---
title: "Create a Datadog GCP principal"
method: POST
path: "/api/v2/integration/gcp/sts_delegate"
tags: ["GCP Integration"]
---

# Create a Datadog GCP principal

`POST /api/v2/integration/gcp/sts_delegate`

Create a Datadog GCP principal.

## Request body

- object

## Response `200`

OK

- GCPSTSDelegateAccountResponse — Your delegate service account response data.
  - `data` GCPSTSDelegateAccount — Datadog principal service account info.
    - `attributes` GCPSTSDelegateAccountAttributes — Your delegate account attributes.
      - `delegate_account_email` string — Your organization's Datadog principal email address.
    - `id` string — The ID of the delegate service account.
    - `type` 'gcp_sts_delegate' — The type of account.

## Other responses

- `403` — Not Authorized
- `409` — Conflict
- `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)
