Requests
- Authorize
- Meetings
- MyMeetings
- MyTasks
- Tasks
- Users
- WebHooks
Objects
Enums
|
JSUserUI
A MeetingBooste UI user with name and email only.
Property name |
Value |
Description |
Email |
String |
The email of the user. The email must be unique and identify the user.
Emails should be lowercase |
Id |
String |
The Unique id of the object. Objects will have a guid as id.
Objects created in MeetingBooster before the API was introduced may have an integer as id.
When you create a new object you should always give it a guid. |
Name |
String |
The display name of the user |
|