v1

OpenAPI 3.0.42026-07-14475158859.0 KB
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"
    }
  ]
}