OAuth2 OIDC
GET /oauth2/userinfo
curl -X GET "https://example.com/api/auth/oauth2/userinfo"{ "sub": "string", "email": "user@example.com", "name": "string", "picture": "http://example.com", "given_name": "string", "family_name": "string", "email_verified": true}Is this page helpful?