Reference
Get OpenID Connect user claims
Authorization
oauth2 openidAuthorizationBearer <token>
In: header
Scope: openid
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/oauth/userinfo"{ "sub": "string", "name": "string", "given_name": "string", "family_name": "string", "picture": "http://example.com", "email": "user@example.com", "email_verified": true, "property1": null, "property2": null}{ "error": "string", "error_description": "string", "details": [ null ]}{ "error": "string", "error_description": "string", "details": [ null ]}{ "error": "string", "error_description": "string", "details": [ null ]}{ "error": "string", "error_description": "string", "details": [ null ]}{ "error": "string", "error_description": "string", "details": [ null ]}{ "error": "string", "error_description": "string", "details": [ null ]}{ "error": "string", "error_description": "string", "details": [ null ]}