Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserCreateParameters

Package version

User create details.

Hierarchy

  • UserCreateParameters

Index

Properties

Optional appType

appType: AppType

Determines the type of application which send the create user request. Default is legacy portal.

Optional confirmation

confirmation: Confirmation

Determines the type of confirmation e-mail that will be sent to the newly created user.

Optional email

email: undefined | string

Email address. Must not be empty and must be unique within the service instance.

Optional firstName

firstName: undefined | string

First name.

Optional identities

identities: UserIdentityContract[]

Collection of user identities.

Optional lastName

lastName: undefined | string

Last name.

Optional note

note: undefined | string

Optional note about a user set by the administrator.

Optional password

password: undefined | string

User Password. If no value is provided, a default password is generated.

Optional state

state: UserState

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.

Generated using TypeDoc