Use this data source to retrieve information about existing users for use in other resources.
data "datadog_users" "test" {
filter = "user.name@company.com"
filter_status = "Active,Pending"
}
filter
(String) Filter all users by the given string.filter_status
(String) Filter on status attribute. Comma-separated list with possible values of Active, Pending, and Disabled.id
(String) The ID of this resource.users
(List of Object) List of users (see below for nested schema)users
Read-Only:
email
(String)id
(String)name
(String)