User Management

List users of client

get/auth/users

Query parameters

countinteger
Example:100

Limit the number of returned items. In combination with the offset parameter this can be used to paginate the result list.

offsetinteger
Example:200

Skip this number of items in the response. In combination with the count parameter this can be used to paginate the result list.

sincestring date
Example:2023-01-14

Only entities with a corresponding date equal or newer to this date will be selected.

untilSchema — unresolved $ref

Only entities with a corresponding date equal or older to this date will be selected.

Response

List of users associated with authenticated client.

usersSchema[] — unresolved $ref