curl --location 'https://integrations.projectcor.com/v2/integrations/teams/{{external_team_id}}/attach' \ --header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "users": ["{{external_user_id}}"], "metadata": { "source": "GLOBANT" } }'
[ { "team_id": 4241, "user_id": 48878, "created_at": "2026-01-08 19:20:47", "updated_at": "2026-01-08 19:20:47", "id": 178148, "__meta__": { "company_id": 2336, "user": { "id": 48878, "first_name": "JOTA", "last_name": "Olaechea", "email": "gracie.mccullough@yahoo.com", "company_id": 2336 } } } ]
Associates one or more users with an existing team
Show properties
ZC001
ValidationError
Was this page helpful?