v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
User Role Assignments

List role assignments

List all role assignments in the specified scope.

get/cloud/v1/users/assignments

Query parameters

limitinteger

Limit the number of returned items. Falls back to default of 1000 if not specified. Limited by max limit value of 1000

Example:100

Limit the number of returned items. Falls back to default of 1000 if not specified. Limited by max limit value of 1000

offsetinteger

Offset value is used to exclude the first set of records from the result

Offset value is used to exclude the first set of records from the result

project_idinteger

Project ID

Example:123

Project ID

user_idinteger

User ID for filtering

Example:123

User ID for filtering

Response

OK

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "client_id": 123,
      "created_at": "2019-06-25T08:42:42Z",
      "id": 12,
      "project_id": 123,
      "updated_at": "2019-06-25T08:42:42Z",
      "user_id": 123
    }
  ]
}