v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Organization roles

Update organization role

Update organization role details by ID with the given data.

patch/api/organization-roles/{id}

Path parameters

idstring required

The unique identifier of the organization role.

Request body

tenantIdstring
idstring
namestring

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

descriptionstring nullable

The updated description of the organization role.

type'User' | 'MachineToMachine'

Response

The organization role was updated successfully.

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