v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
Application

Set application access for a user group

Grant or update application access for a user group (tenant admin only).

put/applications/group/access

Query parameters

cookie_namestring nullable
tenant_idinteger

Request body

application_idinteger required

ID of the application to grant access to.

group_idsinteger[] nullable

IDs of the user groups that should have access to the application.

Example request

{
  "application_id": 5,
  "group_ids": [
    7,
    8
  ]
}

Response

Successful Response

tenant_idinteger required

ID of the tenant.

group_idinteger required

ID of the user group.

app_idinteger required

ID of the application.

granted_byinteger nullable required

ID of the user who granted access.

created_atstring date-time

Timestamp when the user group was created.