export AccountUserPersona

interface AccountUserPersona {
    contact_id?: null | string;
    email?: null | string;
    first_name?: null | string;
    known_name?: null | string;
    last_name?: null | string;
    mobile_number?: null | string;
    role?: null | string;
    user_account_id?: null | string;
    user_id?: null | string;
}

Properties

contact_id?: null | string
email?: null | string
first_name?: null | string
known_name?: null | string
last_name?: null | string
mobile_number?: null | string
role?: null | string
user_account_id?: null | string
user_id?: null | string