Optional
anonymousIf true, the user will not appear on the Users page in the LaunchDarkly dashboard.
Optional
avatarAn absolute URL to an avatar image for the user.
Optional
countryThe country associated with the user.
Optional
customAny additional attributes associated with the user.
Optional
emailThe user's email address.
If an avatar
URL is not provided, LaunchDarkly will use Gravatar
to try to display an avatar for the user on the Users page.
Optional
firstThe user's first name.
Optional
ipThe user's IP address.
If you provide an IP, LaunchDarkly will use a geolocation service to
automatically infer a country
for the user, unless you've already
specified one.
A unique string identifying a user.
Optional
lastThe user's last name.
Optional
nameThe user's name.
You can search for users on the User page by name.
Optional
privateSpecifies a list of attribute names (either built-in or custom) which should be marked as private, and not sent to LaunchDarkly in analytics events. This is in addition to any private attributes designated in the global configuration with LDOptions.privateAttributes or LDOptions.allAttributesPrivate.
Generated using TypeDoc
A LaunchDarkly user object.
Deprecated