---
title: "Get organization members"
method: GET
path: "/organizations/{id}/members"
tags: ["Organizations"]
---

# Get organization members

`GET /organizations/{id}/members`

This endpoint returns a organization members / stakeholders

## Path parameters

- `id` string, required

## Headers

- `x-icr-api-version` string

## Response `200`

- ApiOrganizationMember[]
  - `isStakeAccepted` boolean, required — Whether the stakeholder has accepted the stake or not
  - `organizationId` string, required — The ID of the organization
  - `permissions` string[], required — The permissions of the stakeholder
  - `roles` string[], required — The roles of the stakeholder
  - `createdAt` string, date-time, required — The date and time the stakeholder was created
  - `updatedAt` string, date-time, required — The date and time the stakeholder was last updated
  - `user` ApiOrganizationMemberUser, required
    - `email` string, required — The email of the user
    - `id` string, required — The ID of the user
    - `profiles` ApiOrganizationMemberUserProfile, required
      - `countryCode` string — The country code of the user
      - `fullName` string, required — The full name of the user
      - `profilePicture` string — The URL of the user profile picture
      - `createdAt` string, date-time, required — The date and time the user profile was created
      - `updatedAt` string, date-time, required — The date and time the user profile was last updated
      - `roles` string, required — The roles of the user
      - `gender` string — The gender of the user
      - `phoneNumber` string — The phone number of the user

---

[API](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api.md) · [All operations](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonregistry/carbon-registry-rest-api/revisions/a9f1b102faca/schema)
