Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserUpdateParameters

Package version

User update parameters.

Hierarchy

  • UserUpdateParameters

Index

Properties

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.

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