Contents

GetUsersResponse

The paginated response that contains the requested users.

Declaration

object GetUsersResponse

Properties

NameTypeDescription
currentPageIndexint32

The current page index of the paginated response.

nextPageIndexint32

The next page index in the paginated response.

The response only includes this field when there is a next page.

sizeint32

The number of users on the current page.

totalPagesint32

The total number of pages in the paginated response.

users[ResponseUser]

The set of requested users.

versionIdstring

The current version identifier. When traversing the paginated response, use versionId to identify when changes occur to underlying data.

When any writes occur to the underlying data in a fetch, versionId updates.

mdmInfoMdmInfo

The current information for the provided token.

The response only includes this field when MDM sets a value using the Client Config endpoint.

tokenExpirationDatestring

The token expiration date in an ISO-8601 format.

Note: The server shows all dates and times in UTC.

uIdstring

The unique library identifier. When querying records using multiple tokens that may share libraries, use the uId field to filter duplicates and avoid double-counting records when different content managers upload duplicate tokens.

Mentioned in

Topics

Objects and Data Types

See Also

Response