v1

latestOpenAPI 3.0.32026-07-12132428.7 KB
Assignments

listAllAssignments

Returns list of all assignments in organization

get/v1/permissions/assignments

Response

ok

Example response

{
  "assignments": [
    {
      "user_id": "1",
      "roles": [
        "123:owner"
      ]
    }
  ]
}