Upsert User
Create or update a user. Upsert is idempotent.
POST/v1/users
Request body
idstringrequiredYour app's user ID.
namestringUser's display name.
emailstringUser's email.
metadataobjectArbitrary key-value pairs. Merged with existing metadata on update.
Response
idstringThe user ID.
namestringUser's display name.
emailstringUser's email.
metadataobjectArbitrary key-value pairs.
created_atstringISO 8601 creation timestamp.
updated_atstringISO 8601 last update timestamp.