Returns the user with the specified id.
Required Permissions
Any authenticated user.Path parameters
userId
The id of the user.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
firstName
The firstname of the user.
lastName
The lastname of the user.
birthDate
The birthdate of the user.
gender
The gender of the user.
title
The title of the user.
position
The position of the user.
language
The language preference of the user in ISO 639-1 format.
id
The id of the user.
status
The status of the user.
createdOn
The date this user was created.
createdBy
The id of the user who created this user.
updatedOn
The date when this user was last updated.
updatedBy
The id of the user who updated the entity.
isArchived
Whether this user is archived.
Archived users are automatically inactive and only exist for reference purposes.
isDeactivated
Whether the user has been deactivated.
deactivatedOn
The date the user was deactivated.
hasImage
Whether the user has uploaded a profile image.
shouldMigrateToConnect
Whether the user should be migrated to Connect.
userContactInfos
The contact information assigned to this user.
resourceVersion
The version of the entity, updated on every modification, to the ticks in UTC.
Not identical to UpdatedOn.
teams
The teams the user is associated to.
isExternal
True if this entity is coming from an external workspace (awork Connect).