UserInfo interface

Includes name, email and optionally, phone number. User Information can't be null.

Properties

emailAddress

Email of the user used by Datadog for contacting them if needed

name

Name of the user

phoneNumber

Phone number of the user used by Datadog for contacting them if needed

Property Details

emailAddress

Email of the user used by Datadog for contacting them if needed

emailAddress?: string

Property Value

string

name

Name of the user

name?: string

Property Value

string

phoneNumber

Phone number of the user used by Datadog for contacting them if needed

phoneNumber?: string

Property Value

string