Actions methods to do operation on staff objects.
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/staffActions/{staffId}
/sendCalendarSyncInvitationParameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
staffId |
string |
Staff member identifier or external id of staff member. |
Parameter name | Value | Description |
---|---|---|
emailAddress |
string |
Recipient email address. If not set, the email is send to the email address of the staff. |
html |
string |
HTML body of the email send. if not defined, the system use the message template. |
If successful, this method returns a 200 HTTP code with no response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/staffActions/{staffId}
/revokeCalendarSyncParameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
staffId |
string |
Staff member identifier or external id of staff member. |
Parameter name | Value | Description |
---|---|---|
calendarServices |
array |
List of calendar service to revoke. Values: "googleCalendar", "outlookCalendar", "office365Calendar". |
If successful, this method returns a 200 HTTP code with no response body.