List Groups
Returns a list of groups.
Basic Parameters
Parameter | Description |
---|---|
Filters | JSON string URI encoded set of fiters. |
Limit | Limit the return results. |
Offset | Used to page through results. |
Advanced Parameters
Parameter | Description |
---|---|
Search | Test 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