v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
User

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

firstNamestring

User first name

lastNamestring

User last name

Example request

{
  "firstName": "John",
  "lastName": "Doe"
}

Response

User patched successfully

idstring
emailstring
firstNamestring
lastNamestring
tenantIdstring
createdAtstring date-time
updatedAtstring date-time
createdBystring
updatedBystring

Example response

{
  "createdAt": "2022-03-10T12:15:50-04:00",
  "updatedAt": "2022-03-10T12:15:50-04:00"
}