Skip to main content

Get Group Members

Retrieve group members from groups that exist on a tenant. Required application permissions: Directories | Groups | Read permission.

External Documentation

To learn more, visit the Mimecast documentation.

Parameters

ParameterDescription
Group IDThe Mimecast ID of the group to return. This value is returned by Find Groups action.
Page SizeThe number of results to request.
Page TokenThe value of the 'next' or 'previous' fields from an earlier request.

Example Output

{
"meta": {
"status": 200,
"pagination": {
"pageSize": 25,
"recordStart": 0,
"next": "eNqrVipOTS4tSs.....",
"previous": "eNqrVipOTS4tSs....."
},
"data": [
{
"groupMembers": [
{
"emailAddress": "String",
"domain": "String",
"internal": true,
"type": "String",
"name": "String"
}
]
}
]
}

Workflow Library Example

Get Group Members with Mimecast and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop