Skip to main content
GET
List users
Returns a paginated list of Clumio users.

Headers

string
default:"application/api.clumio.users=v2+json"
Selects version 2 of the users resource.
string
UUID of the organizational unit in which to perform the request.

Query parameters

number
Maximum number of users returned on each page.
string
default:"1"
Page number. Pages are indexed from 1.
string
JSON filter. Supported fields include name, role_id, and organizational_unit_id.

Response

object[]
Users returned on the current page.
HAL links for the current, first, last, next, and previous pages.
number
Number of users on the current page.
number
Total users across all pages.
Errors return an errors array containing error_code and error_message.

Next