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 Handle batched responses for more information. |
batchToken | string | Use this For an initial request that doesn’t include See Handle batched responses for more information. |
clientContext | string | The value currently associated with the provided |
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 |
location | VppLocation | The location associated with the provided |
sinceModifiedToken | string | A token that marks a place in time. After all users return for a request, the server includes a See Track changes 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 Handle batched responses for more information. |
totalCount | int32 | An estimate of the total number of users that will return. This value returns 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 |