GetVppUsersResponse
The response from the users’ details service.
Declaration
object GetVppUsersResponseProperties
| Name | Type | Description |
|---|---|---|
batchCount | int32 | The number of users returned in the current batch. See Batched Responses for more information. |
batchToken | string | Use this For an initial request that doesn’t include See Batched Responses for more information. |
clientContext | string | The value currently associated with the provided See Protecting Your VPP Account for more information. |
errorMessage | string | The human-readable explanation of the error. |
errorNumber | int32 | The numeric code of the error. |
expirationMillis | int64 | The UNIX epoch timestamp, in milliseconds, when the account’s sToken or password expires (whichever is earlier). |
location | VppLocation | The location associated with the provided |
sinceModifiedToken | string | A token that marks a place in time. After all users have been returned for a request, the server includes a See About SinceModifiedToken for more information. |
status | int32 | The status code for the response. Possible values are:
|
totalBatchCount | string | The total number of round trips needed to get the complete result set. See Batched Responses for more information. |
totalCount | int32 | An estimate of the total number of users that will be returned. This value is returned for requests that don’t include |
uId | string | The unique library identifier. When querying records using multiple tokens that may share libraries, use the |
users | [VppUser] | A list of users managed by the provided |