identitystore_list_users {paws.security.identity} | R Documentation |
Lists all users in the identity store
Description
Lists all users in the identity store. Returns a paginated list of complete User
objects. Filtering for a User
by the UserName
attribute is deprecated. Instead, use the get_user_id
API action.
See https://www.paws-r-sdk.com/docs/identitystore_list_users/ for full documentation.
Usage
identitystore_list_users(
IdentityStoreId,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)
Arguments
IdentityStoreId |
[required] The globally unique identifier for the identity store, such as
|
MaxResults |
The maximum number of results to be returned per request. This parameter
is used in the |
NextToken |
The pagination token used for the
|
Filters |
A list of |