Use this data source to retrieve information about existing Datadog team memberships.
data "datadog_team_memberships" "foo" {
team_id = "e6723c40-edb1-11ed-b816-da7ad0900002"
filter_keyword = "foo@example.com"
}
team_id
(String) The team's identifier.exact_match
(Boolean) When true, filter_keyword
string is exact matched against the user's email
, followed by name
.filter_keyword
(String) Search query, can be user email or name.id
(String) The ID of this resource.team_memberships
(List of Object) List of team memberships. (see below for nested schema)team_memberships
Read-Only:
id
(String)role
(String)team_id
(String)user_id
(String)