Assignments

listAllAssignments

Returns list of all assignments in organization

get/v1/permissions/assignments

Response

ok

Example response

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

Changes

No recorded changes to this endpoint across all 2 revisions of this API.