User's attributes value for update operation
UsersUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UsersUpdateOptions { bool? AcceptTermsOfService { get; set; } string AccountStatus { get; set; } bool? AllowSitePartnersToContact { get; set; } bool? AllowSiteToContact { get; set; } DateTime? BannedUntil { get; set; } string BanReason { get; set; } string Bio { get; set; } DateTime? Birthday { get; set; } string ConversationContactType { get; set; } string DateFormat { get; set; } string DisplayName { get; set; } string EditorType { get; set; } bool? EnableBookmarkSharing { get; set; } IList<string> EnabledActivityMessageTypes { get; set; } bool? EnableDisplayInMemberList { get; set; } bool? EnableDisplayName { get; set; } bool? EnableEmail { get; set; } bool? EnableEmoticons { get; set; } bool? EnableHtmlEmail { get; set; } bool? EnablePresenceTracking { get; set; } bool? EnableUserSignatures { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } bool? ForceLogin { get; set; } string Gender { get; set; } int? Id { get; set; } bool? IsBirthdaySet { get; set; } bool? IsIgnored { get; set; } string Language { get; set; } string Location { get; set; } string ModerationLevel { get; set; } string NewPassword { get; set; } string OldPassword { get; set; } string Presence { get; set; } string PrivateEmail { get; set; } IList<ProfileField> ProfileFields { get; set; } string PublicEmail { get; set; } IList<string> RssFeeds { get; set; } string Signature { get; set; } double? TimeZone { get; set; } string TimeZoneId { get; set; } string Username { get; set; } string WebUrl { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AcceptTermsOfService | bool? | Registers that a user has accepted the terms of service for this community when applicable. | False | |
AccountStatus | string | Account status. Optional parameter | All, ApprovalPending, Approved, Banned, Disapproved, PendingDeletion | |
AllowSitePartnersToContact | bool? | Allow site of Partners to contact to user. Optional parameter | ||
AllowSiteToContact | bool? | Allow site to contact to user. Optional parameter | ||
BannedUntil | DateTime? | When AccountStatus is Banned, the date when the user is no longer banned. Optional parameter | ||
BanReason | string | When AccountStatus is Banned, the reason for banning the user. Optional parameter | Advertising, Aggresive, BadSignature, BadUsername, BanDodging, Other, Profanity, Spam | |
Bio | string | Bio. Optional parameter | ||
Birthday Obsolete | DateTime? | Obsolete in 13. Recreate this field as a profile field and interact with it as other profile fields. Birthday. Optional parameter | ||
ConversationContactType | string | Conversation contact type. Optional parameter | ||
DateFormat | string | Date format. Optional parameter | ||
DisplayName | string | Display name. Optional parameter | ||
EditorType Obsolete | string | This property is obsolete. Editor type. Optional parameter | ||
EnableBookmarkSharing | bool? | Allow user's bookmarks to be viewed by others. Optional parameter | ||
EnabledActivityMessageTypes Obsolete | IList<string> | Use Apis.Get().SetUserPreference(...) instead List of enabled Activity message types. Now that Activity Stories have superseded activity messages, use ActivityStoryUserPreferences to get more accurate information. Optional parameter | ||
EnableDisplayInMemberList | bool? | Enable Display In Member List. Optional parameter | ||
EnableDisplayName | bool? | Is Display name enabled? | ||
EnableEmail | bool? | Allow user to receive emails. Optional parameter | ||
EnableEmoticons Obsolete | bool? | This property is obsolete Emoticons will be shown to the user. Optional parameter | ||
EnableHtmlEmail | bool? | Allow user to receive emails in the HTML format. Optional parameter | ||
EnablePresenceTracking | bool? | Enable presence tracking? | ||
EnableUserSignatures | bool? | Is a user signature enabled? Optional parameter | ||
ExtendedAttributes | IList<ExtendedAttribute> | List of Extended attributes | ||
ForceLogin | bool? | Force login on next access. Optional parameter | ||
Gender Obsolete | string | Obsolete in 13. Recreate this field as a profile field and interact with as other profile fields. Gender. Optional parameter | Female, Male, NotSet | |
Id | int? | User Id. Either Id or Username is required. Optional parameter | ||
IsBirthdaySet Obsolete | bool? | Obsolete in 13. Recreate this field as a profile field and interact with it as other profile fields. Is birthday set? | ||
IsIgnored | bool? | Ignore user. Optional parameter | ||
Language | string | Language. Optional parameter | ||
Location Obsolete | string | Obsolete in 13. Recreate this field as a profile field and interact with it as other profile fields. Location. Optional parameter | ||
ModerationLevel | string | Moderation level. Optional parameter | Moderated, Unmoderated | |
NewPassword | string | New password. Optional parameter | ||
OldPassword | string | Old password. Required if changing the password. Optional parameter | ||
Presence | string | Presence | ||
PrivateEmail | string | Private email. Optional parameter | ||
ProfileFields | IList<ProfileField> | List of Profile fields. Optional parameter | ||
PublicEmail | string | Public email. Optional parameter | ||
RssFeeds | IList<string> | List of Rss feeds. Optional parameter | ||
Signature | string | Signature for forum posts. Optional parameter | ||
TimeZone | double? | Time zone. Optional parameter | ||
TimeZoneId | string | Time zone Id. Optional parameter | ||
Username | string | User's name. Either Id or Username is required. Optional parameter | ||
WebUrl Obsolete | string | Obsolete in 13. Recreate this field as a profile field and interact with it as other profile fields. Url. Optional parameter |