Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.72 KB

UserInfo.md

File metadata and controls

22 lines (18 loc) · 1.72 KB

UserInfo

Properties

Name Type Description Notes
accountId String The external account number (int) or account ID GUID. [optional]
accountName String The name on the account. [optional]
activationAccessCode String Access code provided to the user to activate the account. [optional]
email String The user's email address. [optional]
errorDetails ErrorDetails [optional]
loginStatus String Boolean value that indicates whether the user is currently logged in or not. [optional]
membershipId String The user's membership ID. [optional]
sendActivationEmail String When set to true, specifies that an activation email be sent to the user. [optional]
uri String A URI containing the user ID. [optional]
userId String The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing. [optional]
userName String The name of the user. [optional]
userStatus String Status of the user's account. One of: - `ActivationRequired` - `ActivationSent` - `Active` - `Closed` - `Disabled` [optional]
userType String The type of user, for example `CompanyUser`. [optional]

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