Update Team
Organization
Update Team
Updates an existing team’s information. You can modify the team’s name and parent team assignment. This operation can be used to restructure the team hierarchy within the organization.
PATCH
Update Team
Documentation Index
Fetch the complete documentation index at: https://docs.attention.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
UUID of the team to update
Response
Team successfully updated
Represents a team in the system with its properties and hierarchical structure
Example:
{
"uuid": "fe515723-fe2e-4959-a5fa-c4d3937fe7e4",
"name": "Engineering",
"phrases": ["engineering", "tech", "development"],
"domain": "attention.tech",
"organizerJoinInternalMeetings": true,
"consentEmailEnabled": true,
"parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665",
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c"
}