v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTeams
Patch an existing team
Required scope: teams:write </br>Organization authorization: supported</br></br>Note: To update the operator team status, use the dedicated PATCH /teams/{id}/operator-team endpoint instead.
patch/api/v1/teams/{id}
Path parameters
idinteger required
Request body
Example request
{
"userId": 42,
"userEmail": "user@monta.com",
"name": "Monta CPH Team",
"contactEmail": "contact@monta.com",
"financeEmail": "finance_contact@monta.com",
"legalEmail": "legal_contact@monta.com",
"address": {
"address1": "Strandboulevarden 122",
"address2": "København",
"address3": "5. sal",
"city": "Berlin",
"zipCode": "10011",
"countryId": 194,
"countryAreaId": 1
},
"companyName": "Monta ApS",
"vatNumber": "DK13585628",
"companyRegistrationNumber": "13585628",
"partnerExternalId": "ACME-12345",
"themeId": 721,
"onboardingSteps": [
{
"step": "SETUP_CHARGING_RULE",
"config": "scheduled"
}
]
}Response
Team updated
Example response
{
"id": 1,
"name": "Internal team",
"email": "email@it.com",
"financeEmail": "email@it.com",
"legalEmail": "email@it.com",
"externalId": "123-ABC",
"partnerExternalId": "ACME-12345",
"joinCode": "my-team-123",
"recipientCode": "my-team-123",
"companyName": "Housing XYZ",
"taxIdentificationNumber": "123456789",
"vatNumber": "DE123456789",
"companyRegistrationNumber": "13585628",
"operator": {
"id": 14,
"name": "Monta",
"identifier": "monta",
"partnerId": 1,
"vatNumber": "FOO-123-ABC"
},
"address": {
"address1": "Strandboulevarden 122",
"address2": "København",
"address3": "5. sal",
"city": "Berlin",
"province": "Lombardy",
"zipCode": "10011",
"countryId": 1
},
"currency": {
"identifier": "dkk",
"name": "Danish krone",
"decimals": 2
},
"type": "personal",
"category": {
"identifier": "cpo",
"name": "Charge Point Operator"
},
"operatorId": 1,
"userId": 1,
"frozenReason": "removed team",
"featureGroupId": 1,
"frozenAt": "2022-05-12T16:56:45.99Z",
"blockedAt": "2022-05-12T15:56:45.99Z",
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z",
"deletedAt": "2022-05-12T16:56:45.99Z",
"invoiceRequest": {
"id": 12345,
"status": "pending",
"requestedAt": "2025-07-08T15:56:45.99Z",
"approvedAt": "2025-07-08T16:00:00Z",
"rejectedAt": "2025-07-08T16:05:00Z",
"rejectionReason": "Missing required data",
"updatedAt": "2025-07-08T16:10:00Z"
},
"themeId": 1,
"tags": [
{
"id": 1,
"name": "cpo"
}
],
"onboardingSteps": [
{
"step": "SETUP_CHARGING_RULE",
"config": "scheduled"
}
]
}