Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.92 KB

File metadata and controls

28 lines (25 loc) · 1.92 KB

# User

Properties

Name Type Description Notes
address \Keap\Core\V2\Model\Address The user's address [optional]
title string The user's job title [optional]
website string The user's website URL [optional]
partner bool Whether the user is a partner [optional]
admin bool Whether the user is an admin [optional]
status string The user's status [optional]
id string The unique identifier of the user [optional]
global_user_id string The global user identifier across tenants [optional]
keap_id string The Keap ID of the user [optional]
given_name string The user's first name [optional]
family_name string The user's last name [optional]
phone_numbers \Keap\Core\V2\Model\PhoneNumber[] List of user's phone numbers [optional]
fax_numbers \Keap\Core\V2\Model\FaxNumber[] List of user's fax numbers [optional]
email_addresses \Keap\Core\V2\Model\EmailAddress[] List of user's email addresses [optional]
social_accounts \Keap\Core\V2\Model\SocialAccount[] List of user's social media accounts [optional]
company_name string The user's company name [optional]
created_by int ID of the user who created this user [optional]
create_time \DateTime When the user was created, in ISO-8601 format [optional]
updated_by int ID of the user who last updated this user [optional]
update_time \DateTime When the user was last updated, in ISO-8601 format [optional]

[Back to Model list] [Back to API list] [Back to README]