get
/users.json
Returns all users sorted by first name, last name by default.
The following values are allowed in the include query parameter:
- avatar
- following
- phoneCodes
- phoneNumbers.code
- timezone
The following targets are allowed in filter query parameters:
- createdAt
- name
- state
- updatedAt
- followersDealId
- followersContactId
- followersPipelineId
- followersCompanyId
The following values are allowed in the sort query parameter:
- createdAt
- firstName
- lastName
- mainEmail
- mainPhone
- name (default)
- updatedAt
Request Parameters
5 Query Parameters
Responses
200 OK
Schema
included
object
Included contains all the side-loaded data of a response. See including related entities.
meta
object
ResponseMeta contains common meta data.
users
array[object]
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host