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

List Group Memebers with Mimecast and Send Results Via Email

Preview this Workflow on desktop