List users
Retrieves a list of users from your company with optional filtering and pagination. Admin access required.
Authorizations
User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.
Query Parameters
Filter users by type. If not specified, returns all user types.
standard, resource, api-platform, partner Maximum number of users to return
1 <= x <= 10020
Number of users to skip for pagination
x >= 00
Response
Users retrieved successfully
Array of users matching the query criteria
Total number of users matching the query criteria (before pagination)
x >= 025
Number of users returned in this response
x >= 010
Number of users skipped (pagination offset)
x >= 00