Get a list of users

GET {{baseUrl}}/companies/:companyId/users

Returns the list of users for the companyId identified in the path. To make this request, your API credential must have the following role: * Management API—Users read and write

Request Params

KeyDatatypeRequiredDescription
pageNumbernumberThe number of the page to return.
pageSizenumberThe number of items to have on a page. Maximum value is 100. The default is 10 items on a page.
usernamestringThe partial or complete username to select all users that match.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring