AddGroupMember
Adds a user or entity to a specified group within the organization.
Input
Name | Type | Description |
GroupId | String | The globally unique identifier (GUID) representing the Azure Active Directory group to which the member will be added. |
MemberId | String | The globally unique identifier (GUID) representing the member being added to the specified Azure Active Directory group. This can be a user, device, or other security principal. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates whether the operation to add the member to the group was executed successfully. Returns true on success and false otherwise. |