Skip to main content
GET
List project members
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Path Parameters

id
string<uuid>
required

Project ID (UUID)

Query Parameters

status
enum<string>

Filter by member status

Available options:
pending,
active,
suspended
limit
integer
default:50
offset
integer
default:0

Response

List of project members

success
boolean
data
object[]
total
integer
Last modified on May 8, 2026