Main Product API
https://developers-internal.tonicdm.com/_mock/tonicdm-product/
https://us-api.tonicdm.com/
https://de-api.tonicdm.com/
https://ie-api.tonicdm.com/
Submit an array of ProjectMember
objects to add EmailAddresses to the project. You cannot add Organizations or Offices to the project directly. The Office that will display is a property of the EmailAddress added. The Brand can be specified, but typically will be ommitted and default based on the EmailAddress.
The status of a Person relative to a Project.
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/team
https://us-api.tonicdm.com/core/team
https://de-api.tonicdm.com/core/team
https://ie-api.tonicdm.com/core/team
curl -i -X POST \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/team?projectId=8e8aa42241794371ae9d0ed7b67a8c86' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"emailAddressId": "8e8aa42241794371ae9d0ed7b67a8c86",
"brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
"projectId": "8e8aa42241794371ae9d0ed7b67a8c86",
"ProjectMemberStatus": "active",
"isExecutive": true
}'