User management
curl -X GET -G https:/api.aurinko.io/v1/auth/authorize \
-d clientId='{APPLICATION_ID}' \
-d serviceType='Office365' \
-d scopes='Mail.Read Mail.Send' \
-d userAccount='primary' \
-d returnUrl='https://static.mydomain.com/outlook_auth_callback.html'{
"id": "3df3ce21-07c0-4cec-a8de-ed4c570ee15c",
"appId": 1,
"email": "",
"authOrgId": "abcda5bb-1d9f-0514-a4c6-1234502167890",
"trustedIdentity": true,
"accounts": [
{
"id": 2739,
"serviceType": "Office365",
"type": "primary",
"active": true,
"daemon": false,
"loginString": "",
"email": "",
"name": "Addin User",
"authUserId": "abcdabcb-ad8d-4bee-bd69-787675478785",
"authOrgId": "abcda5bb-1d9f-0514-a4c6-1234502167890",
"authObtainedAt": "2021-03-21T16:58:56.823Z"
}
]
}Last updated
Was this helpful?