MeetingBooster API
Requests
Objects
Enums

Users: Get

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

HTTP request

GET ../api/v1/users/get

Parameters

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

Request Body

Do not supply a request body with this http request

Response

If the user cannot be found a http 404 status code will be returned.