---
title: "Check researcher program access"
method: GET
path: "/v2/programs/{programId}/researchers/{researcherUserName}/access"
tags: ["User"]
---

# Check researcher program access

`GET /v2/programs/{programId}/researchers/{researcherUserName}/access`

## Path parameters

- `programId` string, guid, required
- `researcherUserName` string, required

## Response `200`

Returns a list of program views and whether the researchers can access them or not.

- ResearcherAccessViewModel
  - `canCreateSubmission` boolean
  - `canViewProgramDetail` boolean
  - `canViewProgramPreview` boolean
  - `canViewProgramList` boolean
  - `canViewProgramTac` boolean

---

[API](https://skmtc.net/intigriti/apis/intigriti-v2-0.md) · [All operations](https://skmtc.net/intigriti/apis/intigriti-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intigriti/intigriti-v2-0/revisions/1b06e77734e9/schema)
