v1

latestOpenAPI 3.0.02026-07-241310301.1 KB

GET

Get the list of roles in the organization

get/

Headers

Authorizationstring required

Bearer token for authentication

apikeystring required

API key for authorization

Response

Successful operation

paginationTokenstring
totalinteger

Example response

{
  "roles": [
    {
      "id": "role:1743943669965__00000000-c548-451a-8a80-4a6c7747caf7",
      "displayName": "AWS FinOps Viewer ",
      "description": "This role allows viewing all data",
      "roleReferenceId": "role:1743943660000",
      "createdAt": "2025-04-06T12:47:49Z",
      "createdBy": "elisha@umbrellacost.net",
      "updatedAt": "2025-04-06T12:47:58Z",
      "updatedBy": "test@umbrellacost.test",
      "usersCount": 6,
      "editable": true
    }
  ],
  "paginationToken": "100,11",
  "total": 143
}