ec90bd653983
OpenAPI 3.1.02026-08-1084330443.7 KBTeams
Patch Team
Authorization scope: team:write
Patch team by id
patch/v1/accounts/{account_id}/teams/{team_id}
Path parameters
team_idstring required
account_idstring required
Request body
Example request
{
"display_name": "Boomi Data Integration Core Team",
"description": "Some description",
"environments": {
"5f887c764c40e5598f717676": {
"role": "viewer"
},
"633ede20f1fc5500111fd7b3": {
"role": "viewer"
}
},
"default_environment": "633ede20f1fc5500111fd7b3",
"is_all_environment_admin": true
}Response
Successful Response
Example response
{
"_id": "633ede20f1fc5500111fd7b3",
"account_id": "55bf7c4270fdca16cac18761",
"display_name": "Boomi Data Integration Core Team",
"remote_display_name": "Core Team",
"description": "Some description",
"environments": {
"5f887c764c40e5598f717676": {
"role": "viewer"
},
"633ede20f1fc5500111fd7b3": {
"role": "viewer"
}
},
"is_all_environment_admin": true,
"created_at": "2026-08-10T01:50:49.761197"
}