Get an employee.

get

/connectedWorker/clientapi/v2/employees/{employeeId}

This operation retrieves an employee. Employee is a user having a CW role who is/was associated with at least one project. Employees with IoTCWSupervisor role or higher can access all individual employees. Employee with IoTCWWorker role can access herself only.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Employee was 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