Organizations

Add organization application role

Add a role to the application in the organization.

post/api/organizations/{id}/applications/{applicationId}/roles

Path parameters

idstring required

The unique identifier of the organization.

applicationIdstring required

The unique identifier of the application.

Request body

organizationRoleIdsstring[] required

The role ID to add.

Response

The role was added successfully.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.