Organizations

Replace organization application roles

Replace all roles associated with the application in the organization with the given data.

put/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

An array of role IDs to replace existing roles.

Response

The roles were replaced successfully.

Changes

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