For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
See https://www.paws-r-sdk.com/docs/identitystore_list_group_memberships/ for full documentation.
identitystore_list_group_memberships(
IdentityStoreId,
GroupId,
MaxResults = NULL,
NextToken = NULL
)[required] The globally unique identifier for the identity store.
[required] The identifier for a group in the identity store.
The maximum number of results to be returned per request. This parameter
is used in all List requests to specify how many results to return in
one page.
The pagination token used for the
list_users,
list_groups and
list_group_memberships API
operations. This value is generated by the identity store service. It is
returned in the API response if the total results are more than the size
of one page. This token is also returned when it is used in the API
request to search for the next page.