Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.42 KB

File metadata and controls

26 lines (21 loc) · 2.42 KB

com.ultracart.admin.v2.Model.User

Properties

Name Type Description Notes
ApiIpAddressMasks List<string> A list of IP addresses whitelisted for any user with API Access permission. Without this list, each ip address must be authenticated by a user, which can be a pain for some servers. [optional]
ChangeFtpPasswordTo string Supply a new FTP password using this field. Password are stored using one-way encryption, so they are never available anywhere in the system. The FTP password cannot be the same as the normal password. [optional]
ChangePasswordTo string Supply a new password using this field. Password are stored using one-way encryption, so they are never available anywhere in the system. [optional]
Email string Email address of user [optional]
FullName string Full name of user. This is used solely for human assistance and so the UltraCart staff knows who they are calling when there is a problem. [optional]
Groups List<UserGroupMembership> A list of groups for this merchant and whether or not this user is a member of those groups. [optional]
LinkedAccounts List<LinkedAccount> A list of linked accounts and whether or not this user is mirrored to any of those accounts. [optional]
Login string User name of user. Must be unique across a merchant account. [optional]
LoginHistories List<UserLogin> A list of user logins over the past 90 days [optional]
Notifications List<Notification> A list of notifications the user receives. [optional]
OtpSerialNumber string OTP Serial Number such as Google Authenticator or Crypto Card. [optional]
Permissions List<Permission> A list of permissions the user enjoys for accessing the backend of UltraCart. [optional]
Phone string Phone number of user. Please supply a valid phone number. When something breaks on your account, we need to be able to reach you. [optional]
UserId int User id is a unique identifier for this user [optional]

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