Skip to main content

IIdentityStoreListUsersResponse

Interface in AWS.IdentityStore

Interface for ListUsers responses.

Ancestors

Properties

NextToken

property NextToken: string

A pagination token indicating that more results are available.

Use this token in a subsequent call to ListGroupMemberships to retrieve the next page of results. If this value is empty, the result set is complete.

Users

property Users: TList<IIdentityStoreUser>

Type: IIdentityStoreUser

A list of user summaries returned by the operation.

Each item in this list contains metadata about a user in the identity store, including the UserId, UserName, and optional display and contact information.