Skip to main content
GET
/
platform
/
adminuser
/
roles
Error
A valid request URL is required to generate request examples
{
  "totalCount": 123,
  "items": [
    {
      "name": "<string>",
      "isSystemRole": true,
      "behaviors": [
        {
          "id": 123,
          "categoryId": 123,
          "name": "<string>",
          "requiresBehaviorIds": [
            123
          ],
          "validUserTypes": [
            "<string>"
          ],
          "isPrivate": true,
          "systemRoles": [
            "<string>"
          ]
        }
      ],
      "resources": [
        {
          "type": "<string>",
          "id": "<string>"
        }
      ],
      "tags": [
        "<string>"
      ],
      "id": 123,
      "userScope": {
        "type": "<string>",
        "id": 123,
        "name": "<string>"
      },
      "owners": [
        {
          "type": "<string>",
          "id": "<string>"
        }
      ],
      "auditInfo": {
        "updateDate": "2023-11-07T05:31:56Z",
        "createDate": "2023-11-07T05:31:56Z",
        "updateBy": "<string>",
        "createBy": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

startIndex
integer<int32>
default:0
pageSize
integer<int32>
default:25
filter
string

Optional filter param to filter the roles

responseFields
string

limits which fields are returned in the response body

Response

Success

totalCount
integer<int32>
items
object[] | null