POST
/
users
curl --request POST \
  --url https://api.cal.com/v1/users \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "email@example.com",
  "username": "johndoe",
  "weekStart": "MONDAY",
  "brandColor": "#555555",
  "darkBrandColor": "#111111",
  "timeZone": "EUROPE/PARIS",
  "theme": "LIGHT",
  "timeFormat": "TWELVE",
  "locale": "FR"
}'

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

Your API key

Body

application/json
Create a new user

The body is of type object.

Response

201

OK, user created