Interface IUserEntity

Defines a typed entity of type User.

Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
[TypedEntityDefinitionConstraintAttribute]
public interface IUserEntity : ITypedEntity, IEntity, IResource, IDirtyTracking

Properties

EmailConfirmationPending

Gets or sets a value indicating whether gets or sets whether the email confirmation is pending.

Declaration
RequestResponse
bool EmailConfirmationPending { get; set; }
Property Value
TypeDescription
bool

UserGroupConfiguration

Gets or sets the user group configuration.

Declaration
RequestResponse
JToken UserGroupConfiguration { get; set; }
Property Value
TypeDescription
JToken

Username

Gets or sets the user name.

Declaration
RequestResponse
string Username { get; set; }
Property Value
TypeDescription
string

Do you have some feedback for us?

If you have suggestions for improving this article,