latestOpenAPI 3.0.42026-08-16482162872.7 KB

92410ac76ec1

Role

returns role information (Auth policies: role:view)

get/api/roles/{roleName}

Path parameters

roleNamestring required

role name

Response

OK

idstring uuid
namestring nullable
normalizedNamestring nullable
concurrencyStampstring nullable
descriptionstring nullable

Description

Example response

{
  "permissions": [
    {
      "securableItemShortName": "job",
      "operationShortName": "view"
    }
  ]
}