v1
latestOpenAPI 3.1.02026-07-247328324.6 KBCore resources
Create a user
post/users
Headers
IdempotencyKeystring
A unique key per operation, could be V4 UUID or other high‑entropy random string. Keys can be up to 255 characters. See Idempotent Requests.
Example:978771af-77de-4e24-ba39-f602502ceb78
A unique key per operation, could be V4 UUID or other high‑entropy random string. Keys can be up to 255 characters. See Idempotent Requests.
Request body
Example request
{
"picture": "https://www.acme.com",
"email": "email@domain.com",
"zoneinfo": "America/New_York",
"locale": "en-US",
"phone_number": "+14155551234"
}Response
Successful operation
Example response
{
"picture": "https://www.acme.com",
"email": "email@domain.com",
"zoneinfo": "America/New_York",
"locale": "en-US",
"phone_number": "+14155551234",
"id": "user_0123456789ABCDEFGHIJKLMNOPq",
"created_at": "2024-01-15T10:30:00Z",
"created_by": "user_0123456789ABCDEFGHIJKLMNOPq",
"updated_at": "2024-01-15T10:30:00Z",
"updated_by": "user_0123456789ABCDEFGHIJKLMNOPq"
}