---
title: "Returns the members of associated organization"
method: GET
path: "/organizations/{organization_id}/members"
tags: ["Organization"]
---

# Returns the members of associated organization

`GET /organizations/{organization_id}/members`

Returns the members of the associated organization

## Path parameters

- `organization_id` string, required

## Response `200`

200 response

- GetOrganizationsMembersResponse
  - `account_access` string
  - `created_at` string, date-time
  - `email` string
  - `first_name` string
  - `id` integer
  - `invited_at` string, date-time
  - `last_name` string
  - `organization_id` string
  - `status` string
  - `updated_at` string, date-time

## Other responses

- `201` — 201 response
- `401` — 401 response
- `403` — 403 response
- `404` — 404 response

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
