---
title: "Get OIDC claims for the authenticated user"
method: GET
path: "/api/v2/users/oidc-claims"
tags: ["Users"]
---

# Get OIDC claims for the authenticated user

`GET /api/v2/users/oidc-claims`

## Response `200`

OK

- CodersdkOIDCClaimsResponse
  - `claims` object — Claims are the merged claims from the OIDC provider. These are the union of the ID token claims and the userinfo claims, where userinfo claims take precedence on conflict.

---

[API](https://skmtc.net/coder/apis/coder-api.md) · [All operations](https://skmtc.net/coder/apis/coder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coder/coder-api/versions/56b6e9f08540/schema)
