---
title: "Get all Google Chat organization bindings"
method: GET
path: "/api/v2/integration/google-chat/organizations"
tags: ["Google Chat Integration"]
---

# Get all Google Chat organization bindings

`GET /api/v2/integration/google-chat/organizations`

Get a list of all Google Chat organization bindings in the Datadog Google Chat integration.

## Response `200`

OK

- GoogleChatOrganizationsResponse — Response containing a list of Google Chat organization bindings.
  - `data` GoogleChatOrganizationData[], required — An array of Google Chat organization bindings.
    - `attributes` GoogleChatOrganizationAttributes — Google Chat organization attributes.
      - `domain_id` string — The Google Chat organization domain ID.
      - `domain_name` string — The Google Chat organization domain name.
    - `id` string — The ID of the Google Chat organization binding.
    - `relationships` GoogleChatOrganizationRelationships — Google Chat organization relationships.
      - `delegated_user` GoogleChatOrganizationRelationshipsDelegatedUser — The delegated user relationship.
        - `data` GoogleChatOrganizationRelationshipsDelegatedUserData — Delegated user relationship data.
          - `id` string — The ID of the delegated user.
          - `type` 'google-chat-delegated-user' — Google Chat delegated user resource type.
    - `type` 'google-chat-organization' — Google Chat organization resource type.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
