v1
latestOpenAPI 3.0.12026-07-243686491.1 MBNested teams
Update a nested team relation
Required scope: team-members:write </br>Organization authorization: supported
patch/api/v1/nested-teams/{relationId}
Path parameters
relationIdinteger required
Request body
Example request
{
"priceGroupId": 1,
"note": "A note for nested team member"
}Response
Nested team invite sent
Example response
{
"id": 1,
"parentTeam": {
"id": 1,
"publicName": "Example Team",
"memberCount": 10
},
"nestedTeam": {
"id": 1,
"publicName": "Example Team",
"memberCount": 10
},
"priceGroup": {
"id": 1,
"name": "Standard Pricing"
},
"invitedByUser": {
"id": 1,
"firstName": "John",
"lastName": "Doe",
"displayName": "johndoe123"
},
"userRole": "user",
"selectedChargePointIds": [
41,
72,
93
],
"note": "Internal note placeholder",
"createdAt": "2022-07-27T18:11:41Z",
"updatedAt": "2022-07-28T18:11:41Z",
"invitedAt": "2022-07-28T18:11:41Z"
}