Skip to main content

    typestringrequired

    The type of the owner.

    Format: OwnerType (string)

    Possible values: [user, org]

    Example: user

    handlestringrequired

    The handle of the owner. Is unique.

    Example: user-a

    aliasstring | nullrequired

    The alias of the owner.

    Example: User A
OwnerSummary
{
"type": "user",
"handle": "user-a",
"alias": "User A"
}