---
title: "GET /v0.1/orgs/{org_name}/testers"
method: GET
path: "/v0.1/orgs/{org_name}/testers"
tags: ["account"]
---

# GET /v0.1/orgs/{org_name}/testers

`GET /v0.1/orgs/{org_name}/testers`

Returns a unique list of users including the whole organization members plus testers in any shared group of that org

## Path parameters

- `org_name` string, required

## Response `200`

Success

- object[]
  - `display_name` string — The full name of the tester. Might for example be first and last name
  - `name` string, required — The unique name that is used to identify the tester.
  - `email` string, required — The email address of the tester

## Other responses

- `default` — Error

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
