User's attributes value for create operation
UsersCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UsersCreateOptions
{
bool? AcceptTermsOfService { get; set; }
bool? AllowSitePartnersToContact { get; set; }
bool? AllowSiteToContact { get; set; }
string Bio { get; set; }
DateTime? Birthday { get; set; }
string DisplayName { get; set; }
string EditorType { get; set; }
bool? EnableBookmarkSharing { get; set; }
bool? EnableDisplayInMemberList { get; set; }
bool? EnableDisplayName { get; set; }
bool? EnableEmail { get; set; }
bool? EnableEmoticons { get; set; }
bool? EnableHtmlEmail { get; set; }
IList<ExtendedAttribute> ExtendedAttributes { get; set; }
string Gender { get; set; }
bool? IsBirthdaySet { get; set; }
DateTime? JoinDate { get; set; }
string Language { get; set; }
string Location { get; set; }
string PostSortOrder { 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 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 | |
| AllowSitePartnersToContact | bool? | Allow site of Partners to contact to user. Optional parameter | ||
| AllowSiteToContact | bool? | Allow site to contact to user. Optional parameter | ||
| 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 | ||
| DisplayName | string | Display name. Optional parameter | ||
| EditorType | string | Which text editor will be shown to the user when editing or creating content. Optional parameter | ||
| EnableBookmarkSharing | bool? | Allow user's bookmarks to be viewed by others. Optional parameter | ||
| EnableDisplayInMemberList | bool? | Enable Display In Member List. Optional parameter | ||
| EnableDisplayName | bool? | Is a 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 | ||
| ExtendedAttributes | IList<ExtendedAttribute> | List of Extended attributes | ||
| Gender Obsolete | string | Obsolete in 13. Recreate this field as a profile field and interact with it as other profile fields. Gender. Optional parameter | Female, Male, NotSet | |
| IsBirthdaySet Obsolete | bool? | Obsolete in 13. Recreate this field as a profile field and interact with it as other profile fields. Is birthday set? Optional parameter | ||
| JoinDate | DateTime? | The date the user joined the community | ||
| 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 | ||
| PostSortOrder | string | Post Sort Order. Options are Ascending, Descending. Optional parameter | Ascending, Descending | |
| 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 | Users's signature for forum posts. Optional parameter | ||
| TimeZone | double? | Time zone. Optional parameter | ||
| TimeZoneId | string | Time zone Id. 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 |