curl --request POST \
--url https://api.cal.com/v1/users \
--header 'Content-Type: application/json' \
--data '{
"email": "[email protected]",
"username": "johndoe",
"weekStart": "MONDAY",
"brandColor": "#555555",
"darkBrandColor": "#111111",
"timeZone": "EUROPE/PARIS",
"theme": "LIGHT",
"timeFormat": "TWELVE",
"locale": "FR"
}'
curl --request POST \
--url https://api.cal.com/v1/users \
--header 'Content-Type: application/json' \
--data '{
"email": "[email protected]",
"username": "johndoe",
"weekStart": "MONDAY",
"brandColor": "#555555",
"darkBrandColor": "#111111",
"timeZone": "EUROPE/PARIS",
"theme": "LIGHT",
"timeFormat": "TWELVE",
"locale": "FR"
}'
Your API key
Create a new user
The body is of type object
.
OK, user created
Was this page helpful?