UserCreateParameters interface
User create details.
Properties
app |
Determines the type of application which send the create user request. Default is legacy portal. |
confirmation | Determines the type of confirmation e-mail that will be sent to the newly created user. |
Email address. Must not be empty and must be unique within the service instance. |
|
first |
First name. |
identities | Collection of user identities. |
last |
Last name. |
note | Optional note about a user set by the administrator. |
password | User Password. If no value is provided, a default password is generated. |
state | 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. |
Property Details
appType
Determines the type of application which send the create user request. Default is legacy portal.
appType?: string
Property Value
string
confirmation
Determines the type of confirmation e-mail that will be sent to the newly created user.
confirmation?: string
Property Value
string
Email address. Must not be empty and must be unique within the service instance.
email?: string
Property Value
string
firstName
First name.
firstName?: string
Property Value
string
identities
Collection of user identities.
identities?: UserIdentityContract[]
Property Value
lastName
Last name.
lastName?: string
Property Value
string
note
Optional note about a user set by the administrator.
note?: string
Property Value
string
password
User Password. If no value is provided, a default password is generated.
password?: string
Property Value
string
state
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.
state?: string
Property Value
string