cURL
curl --request GET \ --url https://api.domo.com/v1/projects/{PROJECT_ID}/members \ --header 'Authorization: Bearer <token>'
[ 27, 35, 102 ]
Retrieves a list of ids of the users that are members of the given project id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the project
Returns an array of member ids.