AccountUser

The AccountUser object is an individual user within an account.

To create or update account user roles, your permissions must allow you to assign or manage role. To associate business units to the account, you must also have permissions that allow you to manage business units.

NameData TypeDescription
AccountUserIDNullableThe ID of an account user
ActiveFlagxsd:booleanSpecifies the status of an account user
AssociatedBusinessUnitsBusinessUnit[]Indicates the business units the account user is associated with and can access. This property is non-retrievable.
BusinessUnitxsd:intSpecifies the account identifier of the business unit
ChallengeAnswerxsd:stringSpecifies the challenge answer for login assistance
ChallengePhrasexsd:stringSpecifies the challenge answer for login assistance
ClientClientIDSpecifies the account ownership and context of an object.
CorrelationIDxsd:stringIdentifies correlation of objects across several requests.
CreatedDatexsd:dateTimeRead-only date and time of the object's creation.
CustomerKeyxsd:stringUser-supplied unique identifier for an object. This property corresponds to the external key assigned to an object.
DefautApplicationxsd:stringSpecifies app the account user initially accesses
DefaultBusinessUnitxsd:intIndicates that business unit account user initially accesses
DefaultBusinessUnitObjectBusinessUnitSpecifies the default business unit for a user.
Deletexsd:intIndicates whether an object gets deleted.
Emailxsd:stringDefault email address for object. Indicates if subscriber information can be used for email sends.
IDxsd:intRead-only identifier for an object. Some objects use the ObjectID property as a unique ID.
IsAPIUserxsd:booleanIndicates if a user can use the API. A value of true indicates that the user's password remains the same until actively changed.
IsLockedxsd:booleanIndicates if account user can log into their account
LanguageLocaleLocaleDefines language preferences associated with a account, business unit, or user.
LastSuccessfulLoginxsd:dateTimeIndicates the date and time the user last successfully logged in (read-only).
LocaleLocaleContains the locale information for an Account. If no location is set, Locale defaults to en-US.
ModifiedDateNullable`1Indicates the last time object information was modified.
MustChangePasswordxsd:booleanIndicates whether user must change password on next login
Namexsd:stringName of the object or property.
NotificationEmailAddressxsd:stringIndicates email address to which to send notifications
ObjectIDxsd:stringSystem-controlled, read-only text string identifier for object.
ObjectStatexsd:stringReserved for future use.
OwnerOwnerDescribes account ownership of subscriber in an on-your-behalf account.
PartnerKeyxsd:stringUnique identifier provided by partner for an object. This property is accessible only via API.
PartnerPropertiesAPIProperty[]A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API.
Passwordxsd:stringProperty definition.
RolesRole[]Collection of roles defined for an account.
SsoIdentitiesSsoIdentity[]Identifies single sign-on identities associated with the account user.
TimeZoneTimeZoneContains time zone information for an Account. For Create and Update calls, this property defines the time zone for an Account object. On a Retrieve call, TimeZone indicates which time zone is in effect for the Account object in question. Without a specific time zone, the Account defaults to Central Standard Time.
Unlockxsd:booleanIndicates whether user gets unlocked
UserIDxsd:stringIndicates username for an account.
UserPermissionsUserAccess[]For internal use only