User

Query admins for a specified company

Query admins for a specified company

get/users/companyAdmins

Query parameters

company_idstring required

Company ID to query.

limitinteger

Maximum number of users to return in a single response. Additional pages of results can be retrieved by passing the cursor (returned in the results) on a subsequent call.

cursorstring

Cursor to use for pagination

Response

Results of the query

cursorstring

Cursor used for pagination

Changes