View source: R/identitystore_operations.R
identitystore_list_groups | R Documentation |
Lists all groups in the identity store. Returns a paginated list of complete Group
objects. Filtering for a Group
by the DisplayName
attribute is deprecated. Instead, use the get_group_id
API action.
See https://www.paws-r-sdk.com/docs/identitystore_list_groups/ for full documentation.
identitystore_list_groups(
IdentityStoreId,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.