---
title: "Get organization members"
method: GET
path: "/v1/organizations/{id}/members"
tags: ["Organization", "User"]
---

# Get organization members

`GET /v1/organizations/{id}/members`

Return the users that are members of the organization.

## Response `200`

OK

- OrganizationMember[]
  - `id` string, required — Unique identifier of the user.
  - `first_name` string, required — First name of the user.
  - `last_name` string, required — Last name of the user.
  - `email` string, email, required — Email address of the user.
  - `picture` string, uri, nullable, required — Profile picture of the user.
  - `status` 'active' | 'pending' | 'inactive' | 'deleted', required — Status of the user.
  - `roles` string[], required — Organization roles the user belongs to (includes virtual roles based on permissions).

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.net/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opcotech/elemo-api/versions/6ff580b1e226/schema)
