Users

List users

Retrieves users in the system. Without limit the full list is returned, which is what the sharing pickers rely on. Pass limit (and optionally offset/search) to page through large directories.

get/users/list

Query parameters

searchstring

Case-insensitive username substring filter.

limitinteger

Page size. Omit to return every user.

offsetinteger

Number of users to skip. Requires limit.

Response

A list of users, with the total matching count.

Changes

No recorded changes to this endpoint across all 1 revision of this API.