Skip to main content
Version: 4.0.3

Create group selection configuration

POST 

/groups-srv/group-selection

Creates a reusable group selection configuration for login.

Manage these configurations in Trustdesk under Group Selection, or via this API. Applications reference a configuration with group_selection_id (see App Configuration).

Authentication:

  • Scope: cidaas:groupselection_write
  • Caller must be a member of CIDAAS_ADMINS with role ADMIN, SECONDARY_ADMIN, or USERSETUP_MANAGER (or an app manager in the developer group type, where enabled)

Request rules:

  • name is required (^[a-zA-Z0-9_-]+$, max 100 characters) and must be unique
  • group_selection is required
  • Optional id: custom id (^[a-zA-Z0-9_-]+$, max 250). When omitted, a UUID is generated
  • selectableGroups / selectableGroupTypes values must exist in the tenant
  • When isGroupLoginSelectionEnabled is false, selectable lists must be empty and alwaysShowGroupSelection must not be true

Request

Responses

Created - Group selection configuration created