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
Unique identifier of the team
"fe515723-fe2e-4959-a5fa-c4d3937fe7e4"
Name of the team
"Engineering"
List of keywords or phrases associated with the team
["engineering", "tech", "development"]
Represents the Slack integration details for a team
Slack connection identifier
"T1234567890"
Information about a connected Slack team
Slack team identifier
Name of the Slack team
"Attention Tech"
Domain associated with the team
"attention.tech"
Whether team organizers can join internal meetings
true
Whether email consent is enabled for the team
UUID of the parent team if this team is part of a hierarchy
"2ccf9bde-68e3-4de4-bc4e-51b927336665"
UUID of the organization this team belongs to
"16b78cec-82ef-46d2-8213-5d3bb7d2571c"
List of child teams if this team has a hierarchical structure
Was this page helpful?