Last updated 1 month ago
Create a new team in the organization with the specified organizationId.
organizationId
/teams
The name of the team.
The ID of the organization.
The maximum number of operations allowed for the team.
Successful response
curl -L \ --request POST \ --url '/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 } }