Get employees.

get

/connectedWorker/clientapi/v2/employees

This operation retrieves details of employees and can be performed by users with the IoTCWSupervisor role or higher.

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

Employees were successfully retrieved.
Body ()
Root Schema : Employees
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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