Microsoft Outlook

Get Outlook Authorization URL

get
Body
user_idintegerRequired

The ID of the user.

Responses
200

Successfully retrieved the authorization URL.

application/json
get
/outlook
200

Successfully retrieved the authorization URL.

Remove Outlook Connected Account

delete
Body
user_idintegerRequired

The ID of the user.

Responses
200

Successfully removed the connected account.

application/json
delete
/outlook
200

Successfully removed the connected account.

Get Outlook Token

get
Body
user_idintegerRequired

The ID of the user.

auth_tokenstringRequired

The authorization token provided by Outlook.

Responses
200

Successfully retrieved the token.

application/json
get
/outlook/token
200

Successfully retrieved the token.

Get Outlook Connected User Status

get
Body
user_idintegerRequired

The ID of the user.

Responses
200

Successfully retrieved the connected user status.

application/json
get
/outlook/status
200

Successfully retrieved the connected user status.

Export Contacts to Outlook

post
Body
user_idintegerRequired

The ID of the user.

Responses
200

Successfully exported contacts to Outlook.

application/json
post
/outlook/contacts
200

Successfully exported contacts to Outlook.

Update Outlook Configuration

put
Body
user_idintegerRequired

The ID of the user.

frequencystringRequired

The frequency of synchronization.

Responses
200

Successfully updated Outlook configuration.

application/json
put
/outlook/config
200

Successfully updated Outlook configuration.

Last updated