Aller au contenu

SsoMicrosoftVerifyEmailConfirm

POST
/api/auth/sso/microsoft/verify-email
curl --request POST \
--url https://example.com/api/auth/sso/microsoft/verify-email \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "token": "example" }'
Media type application/json
object
token
string
nullable
Example generated
{
"token": "example"
}

OK