create_device_access_group
Create a new device-type access group by specifying organization unit, name, and description, with optional device and user assignments.
Instructions
Create a new device-type access group. Required: groupName, groupDescription. Optional: deviceIds, userIds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgUnitId | Yes | The parent organization unit ID | |
| groupName | Yes | Name of the access group | |
| groupDescription | Yes | Description of the access group | |
| deviceIds | No | Device IDs to attach | |
| userIds | No | User IDs to associate |