Get employees affected by the given incident.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/incidents/{incidentId}/employees

This operation retrieves the details of employees affected by a specific incident.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Affected 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