cURL
curl --request PUT \ --url https://api.domo.com/v1/projects/{PROJECT_ID}/members \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' [ 27, 105, 93, 84, 107 ] '
Update the members of a 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
The request body accepts an array of member ids.
OK