---
title: "Get the current user's selected standards"
method: GET
path: "/rest/v1/user/resources"
tags: ["User"]
---

# Get the current user's selected standards

`GET /rest/v1/user/resources`

Requires login (CRE_ENABLE_LOGIN) and the MyOpenCRE feature (CRE_ENABLE_MYOPENCRE). When either flag is disabled the endpoint does not authenticate and returns an empty selection. When both are enabled, anonymous requests receive 401.

## Response `200`

The user's selected standards

- object
  - `selected` string[], required

## Other responses

- `401` — Not authenticated (both feature flags enabled and no active session)

---

[API](https://skmtc.net/owasp/apis/opencre-rest-api.md) · [All operations](https://skmtc.net/owasp/apis/opencre-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owasp/opencre-rest-api/versions/17121b00bb98/schema)
