---
title: "Get all users of a customer no matter of study affiliation or study status"
method: GET
path: "/api/user"
tags: ["Users"]
---

# Get all users of a customer no matter of study affiliation or study status

`GET /api/user`

## Response `200`

Success

- UserWithStudiesICollectionEventResultWithResponse
  - `processedSuccessfully` boolean
  - `processMessage` string, nullable
  - `response` UserWithStudies[], nullable
    - `email` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `isLocked` boolean
    - `isSso` boolean
    - `isTfaEnabled` boolean
    - `studies` string[], nullable
    - `userId` integer
    - `username` string, nullable
    - `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/revisions/df94f6005a8d/schema)
