OpenID Connect Userinfo
GET {{baseUrl}}/userinfo
This endpoint returns the payload of the ID Token, including session.id_token
values, of
the provided OAuth 2.0 Access Token's consent request.
In the case of authentication error, a WWW-Authenticate header might be set in the response with more information about the error. See the spec for more details about header format.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"birthdate":"\u003cstring\u003e","email":"\u003cstring\u003e","email_verified":"\u003cboolean\u003e","family_name":"\u003cstring\u003e","gender":"\u003cstring\u003e","given_name":"\u003cstring\u003e","locale":"\u003cstring\u003e","middle_name":"\u003cstring\u003e","name":"\u003cstring\u003e","nickname":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","phone_number_verified":"\u003cboolean\u003e","picture":"\u003cstring\u003e","preferred_username":"\u003cstring\u003e","profile":"\u003cstring\u003e","sub":"\u003cstring\u003e","updated_at":"\u003clong\u003e","website":"\u003cstring\u003e","zoneinfo":"\u003cstring\u003e"}