Basic Parameters

ParameterDescription
FiltersJSON string URI encoded set of fiters.
LimitLimit the return results.
OffsetUsed to page through results.

Advanced Parameters

ParameterDescription
SearchTest to search for.

Example Output

{    "count": 0,    "items": [        {            "createdAt": 0,            "description": "string",            "directMembersCount": 0,            "domain": "string",            "guid": "string",            "hasProtectionPolicy": false,            "id": "string",            "name": "string",            "principalName": "string",            "role": 0,            "sid": "string",            "updatedAt": 0        }    ]}

Workflow Library Example

List Groups with Zero Networks and Send Results Via Email

Preview this Workflow on desktop