UserUpdateParameters interface

User update parameters.

Properties

email

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

firstName

First name.

identities

Collection of user identities.

lastName

Last name.

note

Optional note about a user set by the administrator.

password

User Password.

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

email

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.

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