View source: R/identitystore_operations.R
identitystore_create_group_membership | R Documentation |
Creates a relationship between a member and a group. The following identifiers must be specified: GroupId
, IdentityStoreId
, and MemberId
.
See https://www.paws-r-sdk.com/docs/identitystore_create_group_membership/ for full documentation.
identitystore_create_group_membership(IdentityStoreId, GroupId, MemberId)
IdentityStoreId |
[required] The globally unique identifier for the identity store. |
GroupId |
[required] The identifier for a group in the identity store. |
MemberId |
[required] An object that contains the identifier of a group member. Setting the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.