v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBGoogle Chat Integration
Get the delegated user
Get the delegated user for a Google Chat organization binding in the Datadog Google Chat integration.
get/api/v2/integration/google-chat/organizations/{organization_binding_id}/delegated-user
Path parameters
organization_binding_idstring required
Your organization binding ID.
Response
OK
Example response
{
"data": {
"attributes": {
"display_name": "fake-display-name",
"email": "user@example.com"
},
"id": "2b3c4d5e-6f78-9012-bcde-f23456789012",
"type": "google-chat-delegated-user"
}
}