Update token details by Authorization code

Post
/employers/{employerId}/email/token

Stores token details (access and refresh tokens) in the database by receiving the authorization code
and exchanging it for tokens using the Microsoft identity platform.

Store values

Parameters

string
string
The authorization code returned by Microsoft after user consent. (optional)
Try it

Possible Responses

200 Success