Get the 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
- application/json
- application/xml
Query Parameters
-
ifSupervisorToBeAdded(required): string
If Supervisor is To Be Added is to specify if supervisor is to be added to the output.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the users assigned if supervisor.
Root Schema : UsersAssignedToSupervisor
Type:
object
Returns the list of Users Assigned to the Supervisor UserId and UserName Mapping
Show Source
Nested Schema : usersAssigned
Type:
Show Source
array
-
Array of:
object UserIdAndUserNameMapping
Returns the Users Assigned to the Supervisor UserId and UserName Mapping
Nested Schema : UserIdAndUserNameMapping
Type:
object
Returns the Users Assigned to the Supervisor UserId and UserName Mapping
Show Source
-
userId:
string
User ID
-
userName:
string
User Name
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.