Post
/provisioning/getAccessTokenUsingAuthCode
Opeartion to retrieve the Access Token from the Microsoft Azure AD using the Authorization code flow. To use this operation - the input payload should have the valid Authorization Code obtained by sending a valid request to the OAUTH endpoint at Microsoft. Please refer to the detailed documentation here: https://docs.microsoft.com/en-us/graph/auth/
Security
OAuth
FlowPassword
Token URL/oauth/token
Body parameters
object
clientID
string
code
string
redirectURI
string
scopes
Array of string
string
Responses
200
OK
object
companyAdmin
boolean
containsTeamsTenantAdminAPI
boolean
msalAuthenticationResult
object (MSALAuthenticationResult)
authenticationResult
object (AuthenticationResult)
accessToken
string
accessTokenType
string
expiresAfter
integer (int64)
expiresOn
integer (int64)
expiresOnDate
string (date-time)
idToken
string
multipleResourceRefreshToken
boolean
refreshToken
string
userInfo
object (UserInfo)
displayableId
string
identityProvider
string
tenantId
string
resellerId
integer (int64)
tenantId
string
officeUserType
string
organization
string