Step 9: Create application role permissions
POST {{apiPath}}/environments/{{envID}}/applicationRoles/{{appRoleID}}/permissions
The POST /environments/{{envID}}/applicationRoles/{{appRoleID}}/permissions
operation assigns permissions to the application role specified by its ID in the request URL. An application role can be assigned one or more defined application permissions.
The body of the request specifies the ID of the appplication permission to associate with the application role.
Request Body
{"id"=>"{{appResourcePermissionID}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |