Endpoint

/v1/session/roles

GET

Retrieve a list of all the roles assigned to the current user, including those assigned to a group to which the current user belongs.

Parameters

This resource has no parameters.

Response

Codes

Code Description
200 Return value on success

Schema

{
  "type": "array",
  "items": {
    "type": "string"
  }
}