View source: R/workmail_operations.R
workmail_delete_mailbox_permissions | R Documentation |
Deletes permissions granted to a member (user or group).
See https://www.paws-r-sdk.com/docs/workmail_delete_mailbox_permissions/ for full documentation.
workmail_delete_mailbox_permissions(OrganizationId, EntityId, GranteeId)
OrganizationId |
[required] The identifier of the organization under which the member (user or group) exists. |
EntityId |
[required] The identifier of the entity that owns the mailbox. The identifier can be UserId or Group Id, Username or Groupname, or email.
|
GranteeId |
[required] The identifier of the entity for which to delete granted permissions. The identifier can be UserId, ResourceID, or Group Id, Username or Groupname, or email.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.