MeetingBooster API
Requests
Objects
Enums

Users: GetManager

Get a user's manager object by id or email. You must specify one of the parameters.

HTTP request

GET ../api/v1/users/getmanager

Parameters

Parameter name Value Description
Optional parameters
email String The email of the user whose manager you want to get
id String The Guid of the user whose manager you want to get

Request Body

Do not supply a request body with this http request

Response

The maanger as JSUser
If the user or the user's manager cannot be found a http 404 status code will be returned.