Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

List and query groups in a tenant. Application permission required: Directories | Groups | Edit.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop