View as Markdown
API Spec (JSON)
API Spec (YAML)
Compact modeHides field descriptions and other prose for a more compact, scannable view of the API reference.application/json
application/json
curl -X GET "https://example.com/v1/identity/openidconnect/userinfo"{ "user_id": "string", "sub": "string", "name": "string", "given_name": "string", "family_name": "string", "middle_name": "string", "picture": "string", "email": "string", "email_verified": true, "gender": "string", "birthdate": "2019-08-24T14:15:22Z", "zoneinfo": "string", "locale": "string", "phone_number": "string", "address": { "street_address": "string", "locality": "string", "region": "string", "postal_code": "string", "country": "string" }, "verified_account": true, "account_type": "PERSONAL", "age_range": "string"}