Get Users Assigned if the Logged in User is a Supervisor

get

/api/1.0/taskSummary/account/usersAssigned

This endpoint is used to get the users assigned if the Logged in user is a supervisor.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the users assigned if supervisor.
Body ()
Root Schema : UsersAssignedToSupervisor
Type: object
Returns the list of Users Assigned to the Supervisor UserId and UserName Mapping
Show Source
Nested Schema : usersAssigned
Type: array
Show Source
Nested Schema : UserIdAndUserNameMapping
Type: object
Returns the Users Assigned to the Supervisor UserId and UserName Mapping
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input.

500 Response

Internal error.
Back to Top