gitlab_group_membership (Data Source)

The gitlab_group_membership data source allows to list and filter all members of a group specified by either its id or full path.

Upstream API: GitLab REST API docs

Example Usage

# By group's ID
data "gitlab_group_membership" "example" {
  group_id = 123
}

# By group's full path
data "gitlab_group_membership" "example" {
  full_path = "foo/bar"
}

Schema

Optional

Read-Only

Nested Schema for members

Read-Only: