v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Google Chat Integration

Create organization handle

Create an organization handle in the Datadog Google Chat integration.

post/api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles

Path parameters

organization_binding_idstring required

Your organization binding ID.

Request body

type'google-chat-organization-handle' required

Organization handle resource type.

Example request

{
  "data": {
    "attributes": {
      "name": "fake-handle-name",
      "space_resource_name": "spaces/AAAAAAAAA"
    }
  },
  "type": "google-chat-organization-handle"
}

Response

CREATED

Example response

{
  "data": {
    "attributes": {
      "name": "fake-handle-name",
      "space_display_name": "Fake Space Name",
      "space_resource_name": "spaces/AAAAAAAAA"
    },
    "id": "596da4af-0563-4097-90ff-07230c3f9db3",
    "type": "google-chat-organization-handle"
  }
}