Skip to main content

Remove Group Member

Remove a user from a group. You must insert either Email Address or Domain to remove from the group. Required application permissions: Services | Directory Sync | Edit.

External Documentation

To learn more, visit the Mimecast documentation.

Parameters

ParameterDescription
DomainA domain to remove from a group.
Email AddressThe email address of a user to remove from a group.
Group IDThe Mimecast ID of the group to remove the member from.
NotesThe notes required to be linked to the group. The length of the notes must be less than 100 characters.
TypeSelect between Email Address and Domain to remove from the group.

Example Output

{
"fail": [],
"meta": {
"status": 200
},
"data": [
{
"folderId": "String",
"emailAddress": "String",
"id": "String",
"internal": true
}
]
}

Workflow Library Example

Remove Group Member with Mimecast and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop