Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Header

Description

Authorization (required)Access token. You can obtain a token by making a request.
Content-Type: application/json
(required)
Property for processing a request in JSON.
Accept: application/json
(required)
Property for processing a request in JSON.
ParameterDescription

sessionIds
(required)

Session ID

userIds

(required)

The ID of the user whose data we want to obtain.
To get a user ID, use Getting a List of Employees and Reviewers in Session

Response Parameters

ParameterDescription
sessionIdSession ID
userIdUser ID
displayingName

User's first and last name. If these are not provided, their login will be displayed instead.

initialsFirst letters of the first and last name or login. 
departmentIdThe ID of department this user is part of.
departmentNameThe name of department this user is part of.
status

User status in the system:

  • ACTIVE — active,
  • DEACTIVATEDdeactivated,
  • DELETED — deleted,
  • TERMINATED — employment ended. 
attributesUser profile fields
keyField ID
valueField value
titleField label in the interface

...