create_access_group
Creates a new access group with a name and description, optionally associating organization units and users, and enabling automatic inclusion of new units.
Instructions
Create a new organization-unit-type access group. Required: groupName, groupDescription. Optional: orgUnitIds, userIds, autoIncludeNewOrgUnits.
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 | |
| orgUnitIds | No | Org unit IDs to attach | |
| userIds | No | User IDs to associate | |
| autoIncludeNewOrgUnits | No | Whether new org units should be automatically included |