UserCreateParameters Class

Definition

User create details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class UserCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type UserCreateParameters = class
Public Class UserCreateParameters
Inheritance
UserCreateParameters
Attributes

Constructors

UserCreateParameters()

Initializes a new instance of the UserCreateParameters class.

UserCreateParameters(String, String, String, String, String, IList<UserIdentityContract>, String, String, String)

Initializes a new instance of the UserCreateParameters class.

Properties

AppType

Gets or sets determines the type of application which send the create user request. Default is legacy portal. Possible values include: 'portal', 'developerPortal'

Confirmation

Gets or sets determines the type of confirmation e-mail that will be sent to the newly created user. Possible values include: 'signup', 'invite'

Email

Gets or sets email address. Must not be empty and must be unique within the service instance.

FirstName

Gets or sets first name.

Identities

Gets or sets collection of user identities.

LastName

Gets or sets last name.

Note

Gets or sets optional note about a user set by the administrator.

Password

Gets or sets user Password. If no value is provided, a default password is generated.

State

Gets or sets account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. Possible values include: 'active', 'blocked', 'pending', 'deleted'

Methods

Validate()

Validate the object.

Applies to