Skip to main content
POST
/
users
Error
A valid request URL is required to generate request examples
{
  "id": "u-456",
  "email": "jane.doe@example.com",
  "firstName": "Jane",
  "lastName": "Doe",
  "status": "ACTIVE",
  "createdAt": "2025-06-01T09:00:00Z"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

The user to be created

email
string
required

The email address for the new user

firstName
string
required

The first name of the new user

lastName
string
required

The last name of the new user

Response

Created

id
string

The user ID

email
string

The user email address

firstName
string

The user first name

lastName
string

The user last name

status
string

The user status (e.g., ACTIVE, INACTIVE)

createdAt
string<date-time>

When the user was created