UserUpdateParametersProperties interface

Parameters supplied to the Update User operation.

Extends

Properties

email

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

firstName

First name.

lastName

Last name.

password

User Password.

Inherited Properties

identities

Collection of user identities.

note

Optional note about a user set by the administrator.

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

lastName

Last name.

lastName?: string

Property Value

string

password

User Password.

password?: string

Property Value

string

Inherited Property Details

identities

Collection of user identities.

identities?: UserIdentityContract[]

Property Value

Inherited From UserEntityBaseParameters.identities

note

Optional note about a user set by the administrator.

note?: string

Property Value

string

Inherited From UserEntityBaseParameters.note

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

Inherited From UserEntityBaseParameters.state