cURL
curl --request POST \ --url https://api.attention.tech/v2/organizations/teams \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Marketing", "parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665" } '
{ "data": { "name": "[Attention] Marketing", "uuid": "5d350a34-6c8d-4408-b0d6-6cfac4782e1f" } }
Creates a new team in the organization. You can optionally specify a parent team to create a hierarchical team structure. The team will be created with default permissions and settings.
The details of the team to be created
Team successfully created
Represents a team in the system with its properties and hierarchical structure
Show child attributes
Was this page helpful?