---
title: "Get study users with membership information."
method: GET
path: "/api/study/{studyId}/user"
tags: ["Memberships"]
---

# Get study users with membership information.

`GET /api/study/{studyId}/user`

## Path parameters

- `studyId` string, uuid, required — Study ID.

## Response `200`

Success

- StudyUserResponseIEnumerableEventResultWithResponse
  - `processedSuccessfully` boolean
  - `processMessage` string, nullable
  - `response` StudyUserResponse[], nullable
    - `email` string, nullable
    - `firstName` string, nullable
    - `isLocked` boolean
    - `isSso` boolean
    - `isTfaEnabled` boolean
    - `lastName` string, nullable
    - `roles` string[], nullable
    - `sites` string[], nullable
    - `userId` integer
    - `userName` string, nullable
    - `allSitesAccess` boolean
    - `domainId` integer

---

[API](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201.md) · [All operations](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/medrio/medrio-openapi-v-42-14-0-201/versions/df94f6005a8d/schema)
