---
title: "Get the assignable members of a project"
method: GET
path: "/v1/spaces/{spaceId}/projects/{projectId}/members"
tags: ["Projects"]
---

# Get the assignable members of a project

`GET /v1/spaces/{spaceId}/projects/{projectId}/members`

Fetches the project admins and members that a task in this project can be assigned to. Guests and members whose account is no longer active in the organization are left out. Use the returned userId values as the task owners.

## Path parameters

- `spaceId` integer, required
- `projectId` integer, required

## Headers

- `X-Org-Id` integer, required

## Response `200`

OK

---

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