Skip to main content
GET
/
v1
/
projects
/
{PROJECT_ID}
/
members
Retrieve project members
curl --request GET \
  --url https://api.domo.com/v1/projects/{PROJECT_ID}/members \
  --header 'Authorization: Bearer <token>'
[
  27,
  35,
  102
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

PROJECT_ID
string
required

The ID of the project

Response

200 - application/json

Returns an array of member ids.