Skip to content

Authorization Groups

Authorization Groups package permissions into reusable profiles that are assigned to users. Tenant administrators manage tenant-level groups; account administrators use the account-scoped authorization group route for their account context.

Authorization Groups list with populated rows showing name, type, description, permissions count, users count, and status

  • Route: /authorization-groups
  • Menu Path: Settings → General → Authorization Groups
  • Primary audience: Tenant administrators and other users with the required admin role.
  • Search, sort, and filter authorization groups, including inactive groups.
  • Create a new permission group from the New Group button.
  • Edit group name, description, group type, active status, and the full permission tree.
  • Export selected groups to a JSON file or import groups from a JSON file.
  • Delete or deactivate groups that are no longer used.
  1. Open Settings → General → Authorization Groups.
  2. Click New Group to open the create dialog.
  3. Enter a unique name and optional description, then click Create Group.
  4. The group detail page opens — configure permissions in the Permissions section.
  5. Use bulk actions (Grant All Read, Grant All Write, Grant All Admin, Clear All) to set permission levels quickly.
  6. Save the group, then assign it to users from the Users page.
  • Changing a group’s permissions immediately affects every user assigned to that group. Review membership before removing permissions.
  • A group name must be unique within the tenant. The name field validates availability in real time.
  • Group Type (User vs. Tenant API Key) is locked after creation and cannot be changed.
  • Groups deleted from the list are moved to Trash and can be restored.

Click New Group in the page header. A small creation dialog opens where you name the group and pick its type. After saving, the system navigates to the full group form to configure permissions.

Create Authorization Group dialog with Name, Description, Group Type, and Active fields

FieldRequiredTypeDescriptionDefaultValidation
NameYesTextUnique display name for the groupRequired; validated for uniqueness in real time
DescriptionNoTextareaOptional description of the group’s purpose
Group TypeYesSelectScope of the group: User (for portal users) or Tenant API Key (for API key access)UserRead-only after creation
ActiveToggleEnables the group for assignment to usersOn

Steps:

  1. Click New Group in the page header.
  2. Enter a unique Name and optional Description.
  3. Choose Group Type: select User for portal users or Tenant API Key for API key access.
  4. Leave Active on unless the group should be inactive at creation.
  5. Click Create Group. The system opens the group form.
  6. On the group form, configure permissions in the Permissions section and click Save.

The full group form (drill-down) provides two sections:

Full Authorization Group create form showing Basic Information and Permissions sections

  • Basic Information — Name, Description, Group Type, Active toggle.
  • Permissions — searchable, categorized permission tree with level selectors (None, Read, Write, Admin) and resource scope controls.

Open row actions on a group and select Edit to open the edit dialog for quick metadata changes, or click the group name to open the full form for permission editing.

Edit Authorization Group dialog pre-filled with existing name and description

Same fields as Creating. Group Type is read-only after creation and cannot be changed.

The full edit form provides identical sections to the create form for deeper permission management.

Full Authorization Group edit form with Basic Information and Permissions sections pre-filled

Deleting / Deactivating an Authorization Group

Section titled “Deleting / Deactivating an Authorization Group”

Open row actions on the target group and choose Delete to move the group to Trash, or open the edit form and set Active to Off to deactivate it while retaining history.

Authorization Groups row actions showing Edit and Delete options

  1. Open row actions on the target group.
  2. Select Delete (moves to Trash, recoverable) or open the group and toggle Active to Off (deactivates, retains history).
  3. Confirm deletion in the dialog.

Note: Deleting a group that has active user assignments is permanent for those assignments — users will lose the permissions the group provided. Reassign users to a replacement group before deleting.

  • Users — assign authorization groups to users
  • Accounts — account-scoped authorization groups for external users