v1

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

Set application access for users

Grant or update application access for a list of users (tenant admin only).

put/applications/user/access

Query parameters

cookie_namestring nullable
tenant_idinteger

Request body

application_idinteger required

ID of the application to grant access to.

user_idsinteger[] nullable

IDs of the users who should have access to the application.

Example request

{
  "application_id": 5,
  "user_ids": [
    42,
    43
  ]
}

Response

Successful Response

user_idinteger required

ID of the user.

tenant_idinteger required

ID of the tenant.

app_idinteger required

ID of the application.

granted_byinteger nullable required

ID of the user who granted access.

created_atstring date-time

Timestamp when access was created.