Get currently logged-in employee.

get

/connectedWorker/clientapi/v2/employees/myself

This operation retrieves the details of the currently logged-in employee.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Logged-in employee successfully retrieved.
Body ()
Root Schema : Employee
Type: object
Show Source
Nested Schema : IDCSIoTUser
Type: object
Show Source
Nested Schema : emailAddresses
Type: array
Unique Items Required: true
Show Source
Nested Schema : phoneNumbers
Type: array
Unique Items Required: true
Show Source
Nested Schema : roles
Type: array
Unique Items Required: true
Show Source
Nested Schema : IDCSIoTUserEmail
Type: object
Show Source
Nested Schema : IDCSIoTUserPhone
Type: object
Show Source
Back to Top