Skip to content
Guides
API reference
stable

Register user

POST/v1/users

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/users" \  -H "Content-Type: application/json" \  -d '{    "email": "andrea@example.com",    "clientId": "app_replace_with_your_client_id",    "password": "Example-Password-2026!",    "firstName": "Andrea",    "lastName": "Ramos"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"}