To learn more, visit the Mimecast documentation.

Parameters

ParameterDescription
Page SizeThe number of results to request.
Page TokenThe value of the ‘next’ or ‘previous’ fields from an earlier request.
QueryA string to query for.
SourceA group source to filter on. default_value: cloud

Example Output

{  "meta": {    "status": 200,    "pagination": {      "pageSize": 25,      "recordStart": 0,      "next": "eNqrVipOTS4tSs.....",      "previous": "eNqrVipOTS4tSs....."  },  "data": [    {      "folders": [        {          "description": "String",          "source": "String",          "folderCount": 0,          "parentId": "String",          "id": "String",          "userCount": 10        }      ],      "source": "String",      "query": "String"    }  ]}

Workflow Library Example

Find Groups with Mimecast and Send Results Via Email

Preview this Workflow on desktop