• FAQ
  • API
  • Projects
  • Adding people to the project team through API: add_project_members

Adding people to the project team through API: add_project_members


Sample add_project_members request

?action=add_project_members&id_project=PROJECT_ID&members=USER_EMAIL_1,USER_EMAIL_2
Adds account users to selected project team

Required parameters:
  • id_project — project ID
  • members — user emails separated by commas

Sample JSON response
If the request succeeds, the response will contain ok status

{
"status": "ok"
}