latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
Save a user
Creates or updates a user with the provided details. The user will be associated with the project specified in the request context.
put/users
Request body
Example request
{
"custom_attributes": {
"key": "value"
},
"email": "dan@example.com",
"external_id": "external-id",
"first_name": "Dan",
"id": "8a038704-acc1-47f9-81b0-7523886cbeae",
"last_name": "Example"
}Response
OK
Example response
{
"custom_attributes": {
"key": "value"
},
"email": "dan@example.com",
"external_id": "external-id",
"first_name": "Dan",
"id": "8a038704-acc1-47f9-81b0-7523886cbeae",
"last_name": "Example"
}