Lists all users.
Response
Success
Example response
{
"data": [
{
"id": "user_abc123",
"external_id": "user_ext_123",
"tags": [
{
"key": "department",
"value": "engineering"
}
]
}
]
}Changes
Changed in 6 of the 38 revisions of this API.26
- ▲
removed the required property
data/items/rolefrom the response with the200statusresponse-required-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
response property
data/items/roledeprecatedresponse-property-deprecated
- ○
added the required property
data/items/tagsto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
data/items/externalIdfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
response property
data/items/externalIddeprecatedresponse-property-deprecated
- ○
added the required property
data/items/external_idto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○