v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Organization roles

Create an organization role

Create a new organization role with the given data.

post/api/organization-roles

Request body

tenantIdstring
namestring required

The name of the organization role. It must be unique within the organization template.

descriptionstring nullable

The description of the organization role.

type'User' | 'MachineToMachine'
organizationScopeIdsstring[] required

An array of organization scope IDs to be assigned to the organization role.

resourceScopeIdsstring[] required

An array of resource scope IDs to be assigned to the organization role.

Response

The organization role was created successfully.

tenantIdstring required
idstring required
namestring required
descriptionstring nullable required
type'User' | 'MachineToMachine' required