v1/identity/verification/microsoft

Microsoft Identity Verification

post

Verifies a user's Microsoft identity and returns associated data.

Header parameters
AuthorizationstringOptional

Bearer token for optional database authentication.

X-User-IdentitystringRequired

JWT issued by Olympus-Grid Identity Manager. Required for API access.

Body
microsoftTokenstringOptional

The Microsoft identity token to verify.

Responses
200
Microsoft identity verified successfully.
post
POST /v1/identity/verification/microsoft HTTP/1.1
Host: api.olympus-grid.com
X-User-Identity: text
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "microsoftToken": "text"
}

No content

Last updated