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
Parameter | Description |
---|---|
Group ID | The Mimecast ID of the group to return. This value is returned by Find Groups action. |
Page Size | The number of results to request. |
Page Token | The 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
Preview this Workflow on desktop