curl --request PATCH \
--url https://api.cal.com/v1/users/{userId} \
--header 'Content-Type: application/json' \
--data '{
"email": "email@example.com",
"username": "johndoe",
"weekStart": "MONDAY",
"brandColor": null,
"darkBrandColor": null,
"timeZone": "EUROPE/PARIS",
"theme": "LIGHT",
"timeFormat": "TWELVE",
"locale": "FR"
}'
ID of the user to edit
Your API key
Edit an existing attendee related to one of your bookings
The body is of type object
.
OK, user edited successfully
curl --request PATCH \
--url https://api.cal.com/v1/users/{userId} \
--header 'Content-Type: application/json' \
--data '{
"email": "email@example.com",
"username": "johndoe",
"weekStart": "MONDAY",
"brandColor": null,
"darkBrandColor": null,
"timeZone": "EUROPE/PARIS",
"theme": "LIGHT",
"timeFormat": "TWELVE",
"locale": "FR"
}'
curl --request PATCH \
--url https://api.cal.com/v1/users/{userId} \
--header 'Content-Type: application/json' \
--data '{
"email": "email@example.com",
"username": "johndoe",
"weekStart": "MONDAY",
"brandColor": null,
"darkBrandColor": null,
"timeZone": "EUROPE/PARIS",
"theme": "LIGHT",
"timeFormat": "TWELVE",
"locale": "FR"
}'
ID of the user to edit
Your API key
Edit an existing attendee related to one of your bookings
The body is of type object
.
OK, user edited successfully
curl --request PATCH \
--url https://api.cal.com/v1/users/{userId} \
--header 'Content-Type: application/json' \
--data '{
"email": "email@example.com",
"username": "johndoe",
"weekStart": "MONDAY",
"brandColor": null,
"darkBrandColor": null,
"timeZone": "EUROPE/PARIS",
"theme": "LIGHT",
"timeFormat": "TWELVE",
"locale": "FR"
}'