---
title: "List AWS cloud authentication persona mappings"
method: GET
path: "/api/v2/cloud_auth/aws/persona_mapping"
tags: ["Cloud Authentication"]
---

# List AWS cloud authentication persona mappings

`GET /api/v2/cloud_auth/aws/persona_mapping`

List all AWS cloud authentication persona mappings. This endpoint retrieves all configured persona mappings that associate AWS IAM principals with Datadog users.

## Response `200`

OK

- AWSCloudAuthPersonaMappingsResponse — Response containing a list of AWS cloud authentication persona mappings
  - `data` AWSCloudAuthPersonaMappingDataResponse[], required — List of AWS cloud authentication persona mappings
    - `attributes` AWSCloudAuthPersonaMappingAttributesResponse, required — Attributes for AWS cloud authentication persona mapping response
      - `account_identifier` string, required — Datadog account identifier (email or handle) mapped to the AWS principal
      - `account_uuid` string, required — Datadog account UUID
      - `arn_pattern` string, required — AWS IAM ARN pattern to match for authentication
    - `id` string, required — Unique identifier for the persona mapping
    - `type` 'aws_cloud_auth_config', required — Type identifier for AWS cloud authentication persona mapping

## Other responses

- `400` — Bad Request
- `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)
