Skip to main content

Create an IAM role

POST 

/api/sts/iam-role/v1

Create an IAM role to map your custom roles to specific organizations. An example organisationRoles entry:

"orgId1": ["roleId1", "roleId2"],

Map as many organizations and roles as needed.

Individual users must then be assigned IAM roles in your IAM solution. When they authenticate, their token should include their IAM roles. The Desk exchanges this token with an app token, converting IAM roles into their app permissions.

Request

Responses

Created