Describe Group Membership
| identitystore_describe_group_membership | R Documentation |
Retrieves membership metadata and attributes from MembershipId in an identity store¶
Description¶
Retrieves membership metadata and attributes from MembershipId in an
identity store.
If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Usage¶
Arguments¶
IdentityStoreId[required] The globally unique identifier for the identity store.
MembershipId[required] The identifier for a
GroupMembershipin an identity store.
Value¶
A list with the following syntax:
list(
IdentityStoreId = "string",
MembershipId = "string",
GroupId = "string",
MemberId = list(
UserId = "string"
)
)