Requests
Objects
Enums
|
Users: GetManagerGet a user's manager object by id or email. You must specify one of the parameters.
HTTP requestGET ../api/v1/users/getmanager
Parameters
Request BodyDo not supply a request body with this http request
ResponseThe maanger as JSUser
If the user or the user's manager cannot be found a http 404 status code will be returned.
|