Skip to main content

    handlestringrequired

    The handle of the user. Is unique.

    Format: string<handle>
    Example: user-a

    aliasstring | nullrequired

    The alias of the user.

    Format: string,null<alias>
    Example: User A
UserSummary
{
"handle": "user-a",
"alias": "User A"
}