UserEntityBaseParameters interface
User Entity Base Parameters set.
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
identities
Collection of user identities.
identities?: UserIdentityContract[]
Property Value
note
Optional note about a user set by the administrator.
note?: 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