Skip to main content
POST
Create an app role

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

app_id
string<uuid>
required

Unique ID of the app.

Query Parameters

role_name
string
required

Name of the role to associate with the app.

Response

App role created successfully.

Response model for app role details.

id
string<uuid>
required

Unique ID of the app role.

app_id
string<uuid>
required

ID of the app.

role_name
string
required

Name of the role.

created_date
any
required

Role creation timestamp.