Actions
List Groups
List device groups.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | Name of the group. |
| Shared | Is group shared or not. |
| Should Match Full Name | Is name should match completely or not. |
{
"groups": [
{
"id": "string",
"name": "string",
"owner": {
"alias": "string",
"name": "string",
"userid": "string"
},
"permissions": "string",
"policy_id": "string",
"shared_with": [
{
"alias": "string",
"name": "string",
"pending": false,
"permissions": "string",
"userid": "string"
}
]
}
]
}
Was this page helpful?