roles

Get role by name

Retrieve detailed information about a specific role

get/role/{role}

Path parameters

rolestring required

Role name

Response

Role details

authenticatorsstring[]

All the auth providers that the role can use. If empty then any provider can be used

descriptionstring
enabledboolean

By default enable the role

inheritsstring[]

roles to inherit from or provider specific roles/policies etc

namestring
providersstring[]

providers that can assign this role

versionVersionVersion
workflowsstring[]

The workflows to execute

Changes