Skip to main content

List Group Memebers

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 V2 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

List Group Memebers with Mimecast V2 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop