Deprecated: Platform / Managed Users
Update a managed user
<Warning>These endpoints are deprecated and will be removed in the future.</Warning>
patch/v2/oauth-clients/{clientId}/users/{userId}
Path parameters
clientIdstring required
userIdnumber required
Headers
x-cal-secret-keystring required
OAuth client secret key
Request body
Example request
{
"timeFormat": 12,
"weekStart": "Monday",
"locale": "en",
"avatarUrl": "https://cal.com/api/avatar/2b735186-b01b-46d3-87da-019b8f61776b.png",
"bio": "I am a bio",
"metadata": {
"key": "value"
}
}Response
Example response
{
"status": "success",
"data": {
"id": 1,
"email": "alice+cluo37fwd0001khkzqqynkpj3@example.com",
"username": "alice",
"name": "alice",
"bio": "bio",
"timeZone": "America/New_York",
"weekStart": "Sunday",
"createdDate": "2024-04-01T00:00:00.000Z",
"timeFormat": 12,
"locale": "en",
"avatarUrl": "https://cal.com/api/avatar/2b735186-b01b-46d3-87da-019b8f61776b.png",
"metadata": {
"key": "value"
}
}
}Changes
Changed in 2 of the 50 revisions of this API.4
- ○
api tag
Deprecated: Platform / Managed Usersaddedapi-tag-added
- ○
api tag
Platform / Managed Usersremovedapi-tag-removed
- ○
- ○
api tag
Platform / Managed Usersaddedapi-tag-added
- ○
api tag
Deprecated: Platform / Managed Usersremovedapi-tag-removed
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○