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
Parameter | Description |
---|---|
Domain | A domain to remove from a group. |
Email Address | The email address of a user to remove from a group. |
Group ID | The Mimecast ID of the group to remove the member from. |
Notes | The notes required to be linked to the group. The length of the notes must be less than 100 characters. |
Type | Select 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
Preview this Workflow on desktop