ExternalUserInfo interface

The properties of the request required for creating user on elastic side

Properties

emailId

Email id of the user to be created or updated

fullName

Full name of the user to be created or updated

password

Password of the user to be created or updated

roles

Roles to be assigned for created or updated user

userName

Username of the user to be created or updated

Property Details

emailId

Email id of the user to be created or updated

emailId?: string

Property Value

string

fullName

Full name of the user to be created or updated

fullName?: string

Property Value

string

password

Password of the user to be created or updated

password?: string

Property Value

string

roles

Roles to be assigned for created or updated user

roles?: string[]

Property Value

string[]

userName

Username of the user to be created or updated

userName?: string

Property Value

string