Creates a user.
Request body
Example request
{
"external_id": "user_ext_123",
"tags": [
{
"key": "department",
"value": "engineering"
}
]
}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.3212
- ▲
removed the required property
data/rolefrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
rolerequest-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
tagsnew-optional-request-property
- ○
the request property
rolebecame optionalrequest-property-became-optional
- ○
request property
roledeprecatedrequest-property-deprecated
- ○
response property
data/roledeprecatedresponse-property-deprecated
- ○
added the required property
data/tagsto the response with the201statusresponse-required-property-added
- ○
- ▲
the request property
external_idbecame requiredrequest-property-became-required
- ▲
removed the required property
data/externalIdfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
externalIdrequest-property-removed
- ▲
- ○
added the new optional request property
external_idnew-optional-request-property
- ○
the request property
externalIdbecame optionalrequest-property-became-optional
- ○
request property
externalIddeprecatedrequest-property-deprecated
- ○
response property
data/externalIddeprecatedresponse-property-deprecated
- ○
added the required property
data/external_idto the response with the201statusresponse-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/idto the response with the201statusresponse-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
- ○