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

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

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

Returns a list of users that belong to an organization

## Path parameters

- `org_name` string, required

## Response `200`

Success

- object[]
  - `email` string, required — The email address of the user
  - `display_name` string, required — The full name of the user. Might for example be first and last name
  - `joined_at` string, required — The date when the user joined the organization
  - `name` string, required — The unique name that is used to identify the user.
  - `role` string, required — The role the user has within the organization

## 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/revisions/4e9226ab8f35/schema)
