Employees Directory
Get a User by Id
Retrieve a single User identified by its unique identifier.
GET
/
api
/
v3
/
users
/
{userId}
Path Parameters
userId
string
requiredQuery Parameters
fields
any[]
Comma-separated list of fields of the user to include in responses. Extended data can be retrieved with ?fields=extendedData
.
Response
200 - application/json
id
integer
name
string
url
string
displayName
string
modifiedOn
string
lastName
string
firstName
string
login
string
mail
string
dtContractStart
string
dtContractEnd
null
birthDate
string
employeeNumber
string
calendar
object
culture
object
picture
object
applicationData
object
legalEntity
object
department
object
manager
object
rolePrincipal
object
habilitedRoles
object[]
userWorkCycles
object[]
Was this page helpful?