Hierarchy

  • UserListResponse

Constructors

Properties

itemsPerPage?: number

The number of items returned in the response.

resources?: UserResource[]
schemas?: string[]

An array of URNs that identify the schema(s) that define the structure of this response.

In this case, it contains urn:ietf:params:scim:api:messages:2.0:ListResponse, which indicates that this is a SCIM ListResponse — a paginated wrapper around a set of resources (such as Users or Groups).

startIndex?: number

The index of the first returned result in the current page.

totalResults?: number

The total number of results matching the request.