Employees Directory
Update a User by id
Update fields of a single User identified by its unique id.
PUT
/
api
/
v3
/
users
/
{userId}
Path Parameters
userId
string
requiredQuery Parameters
fields
any[]
Fields of the user, comma separated
Body
firstName
string
lastName
string
mail
string
login
string
legalEntityId
integer
cspId
integer
calendarId
null
employeeNumber
string
birthDate
string
userWorkCycles
object[]
departmentId
integer
managerId
integer
rolePrincipalId
integer
habilitedRoles
object[]
cultureId
integer
address
string
bankName
string
directLine
string
jobTitle
string
gender
string
nationality
string
personalEmail
string
personalMobile
string
professionalMobile
string
quote
string
Was this page helpful?