curl --location 'https://integrations.projectcor.com/v2/integrations/teams' \ --header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "id": "{{external_team_id}}", "name": "Team test", "description": "description", "workspace_id": "{{workspace-external-id}}", "metadata": { "source": "GLOBANT" } }'
{ "id": 5001, "name": "Team test", "description": "description", "workspace_id": 1234, "company_id": 1234, "created_at": "2025-01-10T14:30:00Z", "updated_at": "2025-01-10T14:30:00Z" }
Creates a new team in your COR instance with external ID mapping
Show properties
ValidationError
ZC004
Was this page helpful?