# Create a new team Creates a new team with the specified attributes, owners, and members Endpoint: POST /rest/v2/teams Version: v2 ## Request fields (application/json): - `team` (object, required) - `team.display_name` (string, required) Team display name - `team.description` (string) Team description - `team.parent_uuid` (string) Parent team UUID - `team.owner_uuids` (array) Array of user UUIDs to be team owners in the format ["uuid-1", "uuid-2"] - `team.member_uuids` (array) Array of user UUIDs to be team members in the format ["uuid-1", "uuid-2"] ## Response 200 fields (*/*): - `uuid` (string, required) Uuid - `parent_uuid` (string) Parent uuid - `display_name` (string, required) Display name - `is_org` (boolean, required) Is org - `description` (string) Description - `path` (string) Path - `status` (string, required) Status - `depth` (number) Depth - `viva_goals_team_id` (string) Viva goals team ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 422 fields ## Response 429 fields ## Response 500 fields