Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional createdThe ISO 8601 timestamp of when the user account was created.
Optional disabledWhether the user account is deactivated. Disabled users cannot log in.
Optional emailThe email address of the user, used for login and notifications.
Optional handleThe unique handle (username) of the user, typically matching their email prefix.
Optional iconURL of the user's profile icon, typically a Gravatar URL derived from the email address.
Optional lastThe ISO 8601 timestamp of the user's most recent login, or null if the user has never logged in.
Optional mfaWhether multi-factor authentication (MFA) is enabled for the user's account.
Optional modifiedThe ISO 8601 timestamp of when the user account was last modified.
Optional nameThe full display name of the user as shown in the Datadog UI.
Optional serviceWhether this is a service account rather than a human user. Service accounts are used for programmatic API access.
Optional statusThe current status of the user account (for example, Active, Pending, or Disabled).
Optional titleThe job title of the user (for example, "Senior Engineer" or "Product Manager").
Optional uuidThe globally unique identifier (UUID) of the user.
Optional verifiedWhether the user's email address has been verified.
Generated using TypeDoc
Attributes of user object returned by the API.