---
title: RegisterVppUserResponse
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/registervppuserresponse
---

# RegisterVppUserResponse

The response from registering a user.

## Declaration

```data
object RegisterVppUserResponse
```

## Properties

clientContext: The value currently associated with the provided sToken. This field is only included in the response when a value is set with the Client Configuration endpoint. errorMessage: The human-readable explanation of the error. errorNumber: The numeric code of the error. expirationMillis: The UNIX epoch timestamp, in milliseconds, when the account’s sToken or password expires (whichever is earlier). location: The location associated with the provided sToken. This field is only returned when a location token is used with an Apple School Manager account. status: The status code for the response. Possible values are: 0 = Success. -1 = Failure. uId: The unique library identifier. When querying records using multiple tokens that may share libraries, use the uId field to filter duplicates. In this way, you can avoid double-counting records when duplicate tokens are uploaded by different content managers. user: The newly registered user.

## See Also

### Request and Response

- [RegisterVppUserRequest](devicemanagement/registervppuserrequest.md)
