Get Subordinate Users by Supervisor ID

get

/api/1.0/user/getSubordinateUsers

This endpoint is used to get subordinates for the supervisory user.

Request

Supported Media Types
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns subordinates for the supervisor user.
Body ()
Root Schema : UsersCollection
Type: object
Show Source
Nested Schema : data
Type: array
List of the user IDs.
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