Disassociate Member From Group
workmail_disassociate_member_from_group | R Documentation |
Removes a member from a group¶
Description¶
Removes a member from a group.
Usage¶
workmail_disassociate_member_from_group(OrganizationId, GroupId,
MemberId)
Arguments¶
OrganizationId |
[required] The identifier for the organization under which the group exists. |
GroupId |
[required] The identifier for the group from which members are removed. The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
|
MemberId |
[required] The identifier for the member to be removed from the group. The member ID can accept UserID or GroupId, Username or Groupname, or email.
|
Value¶
An empty list.
Request syntax¶
svc$disassociate_member_from_group(
OrganizationId = "string",
GroupId = "string",
MemberId = "string"
)