v1
latestOpenAPI 3.0.12026-07-243686491.1 MBNested teams
Reject a nested team invitation
Required scope: team-members:write </br>Organization authorization: supported
post/api/v1/nested-teams/{relationId}/reject-invite
Path parameters
relationIdinteger required
Response
Nested team relation
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"
}