---
title: "Retrieve the list of OpenID Connect dynamic mappings for the provider setting."
method: GET
path: "/orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/"
tags: ["orgs"]
---

# Retrieve the list of OpenID Connect dynamic mappings for the provider setting.

`GET /orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/`

Retrieve the list of OpenID Connect dynamic mappings for the provider setting.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Retrieved the list of OpenID Connect dynamic mappings for the selected provider setting

- DynamicMapping[]
  - `claim_value` string, required — The OIDC token claim value that must be present in the token for it to successfully authenticate as the mapped `service_account`. Note: This field and the dynamic mappings feature are still in early access. Breaking changes are possible as we receive feedback on this feature.
  - `service_account` string, required — The service account associated with the provider setting and `claim_value` Note: This field and the dynamic mappings feature are still in early access. Breaking changes are possible as we receive feedback on this feature.

## Other responses

- `400` — Request could not be processed (see detail).
- `404` — Organization or Provider Setting not found (see detail)
- `422` — Missing or invalid parameters (see detail).

---

[API](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1.md) · [All operations](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudsmith/cloudsmith-api-v1/revisions/4d7879df9b2f/schema)
