Skip to main content

Add Group Member

Add a group member to a given group. You must insert either Email Address or Domain to add to the group. Required application permissions: Directories | Groups | Edit.

External Documentation

To learn more, visit the Mimecast documentation.

Parameters

ParameterDescription
DomainA domain to add to a group.
Email AddressThe email address of a user to add to a group.
Group IDThe Mimecast ID of the group to add to.
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 add to the group.

Example Output

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

Workflow Library Example

Add Group Member with Mimecast and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop