Skip to main content

Retrieve oAuth 2.0 claims

GET 

/auth/v1/oauth2/userinfo

Retrieve the oAuth 2.0 claims for the user who was issued the access token that is used to authenticate this request.

Responses

Returns claims about the authenticated end-user.

Schema
    sub string

    Subject - Identifier for the user at the Issuer

    name string

    Full name in displayable form including all name parts, possibly including titles and suffixes

    given_name string

    Given name(s) or first name(s)

    family_name string

    Surname(s) or last name(s)

    email string

    e-mail address

Loading...