AurionAI Docs

Link Azure

Link an Azure AD account to the current user.

POST
/api/v1/users/me/linked-accounts/azure

Link an Azure AD account to the current user.

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

id_token*Id Token

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/users/me/linked-accounts/azure" \  -H "Content-Type: application/json" \  -d '{    "id_token": "string"  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}