Last updated 2 months ago
Required scopes:
teams:write
Create a new team in the organization with the specified organizationId.
organizationId
The name of the team.
The ID of the organization.
The maximum number of operations allowed for the team.
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/teams' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "name": "New Team", "organizationId": 1 }'
{ "team": { "id": 26, "name": "New Team", "organizationId": 1, "operationsLimit": 1, "transferLimit": "536870" }, "userTeamRole": { "usersRoleId": 1, "userId": 1, "teamId": 26, "changeable": false } }