v1
latestOpenAPI 3.1.02026-08-063776831.4 MBUser
Patch User
Partially updates a user's details (email address cannot be changed)
patch/users/{userId}
Path parameters
userIdstring required
Headers
tenant-idstring
Request body
Example request
{
"firstName": "John",
"lastName": "Doe"
}Response
User patched successfully
Example response
{
"createdAt": "2022-03-10T12:15:50-04:00",
"updatedAt": "2022-03-10T12:15:50-04:00"
}