Skip to content
Guides

Register user

POST/v1/users

Register user. A successful request returns HTTP 200 with the documented response body.

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": "2f40d7e4-3d9c-4ab2-b04e-7a6a132db821"}