Solutions
worksection
beta
help
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"}
Leave your review
Did this article help you?
Glad we could help! What was helpful?
Sorry this didn't help. What went wrong?