v1

latestOpenAPI 3.0.32026-07-13260198.6 KB
Users

Create or update user

Endpoint to create or update a user.

post/users/upsert

Request body

propertiesobject

The properties being set, possible values are strings, booleans, numbers and datetimes (ISO 8601)

Response

User will be created

messagestring required
rejectedobject

If validation fails, specifies property name and error description

Example response

{
  "message": "User will be created or updated",
  "rejected": {
    "created_at": "Expected a date but found a boolean."
  }
}