UserInfo

UserInfo
UserInfo
JSON Example
{
    "sub": "string",
    "context": "string",
    "username": "string",
    "email": "string",
    "domain": "string",
    "aud": [
        "string"
    ],
    "acct": "string",
    "context_name": "string",
    "given_name": "string",
    "family_name": "string",
    "email_verified": false,
    "group_names": [
        "string"
    ],
    "group_ids": [
        "string"
    ],
    "roles": [
        "string"
    ]
}
string
sub
Optional

The user on behalf of which the token was issued.

string
context
Optional

The context identifier in which the token was issued

string
username
Optional

The user's username

string
email
Optional

The user's email

string
domain
Optional

The domain the user belongs to

array of string
aud
Optional

The list of audience(s). OAuth client(s) the token is issued to

string
acct
Optional

The user's account identifier, the acct claim can be a combination of the user's username and domain in URLEncoded(username)@domain format or the user's email or the UPN of the user

string
context_name
Optional

The context context name in which the token was issued

string
given_name
Optional

The user's given name

string
family_name
Optional

The user's family name

boolean
email_verified
Optional

True if the user's e-mail address has been verified; otherwise false

array of string
group_names
Optional

Names of the groups the user belongs to

array of string
group_ids
Optional

Identifiers of the groups the user belongs to

array of string
roles
Optional

Names of the roles assigned to the user