UserInfo interface
User Information to be passed to partners.
Properties
| company |
Company information of the user to be passed to partners. |
| company |
Company name of the user |
| email |
Email of the user used by Elastic for contacting them if needed |
| first |
First name of the user |
| last |
Last name of the user |
Property Details
companyInfo
Company information of the user to be passed to partners.
companyInfo?: CompanyInfo
Property Value
companyName
Company name of the user
companyName?: string
Property Value
string
emailAddress
Email of the user used by Elastic for contacting them if needed
emailAddress?: string
Property Value
string
firstName
First name of the user
firstName?: string
Property Value
string
lastName
Last name of the user
lastName?: string
Property Value
string