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

Preview this Workflow on desktop