v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTeam Member Profiles (Member Groups)
Create a team member profile (member group)
Create a team member profile so that it can be applied on a team</br></br>Required scope: team-members:write </br>Organization authorization: supported
post/api/v1/team-member-profiles
Request body
Example request
{
"teamId": 1,
"name": "Example profile 1",
"description": "Example profile 1",
"priceGroupId": 1,
"costGroupId": 1,
"teamWalletChargePaymentType": "none",
"canPayForChargesCountryIds": [
1,
2,
3
],
"kwhPriceCapAc": 2.5,
"kwhPriceCapDc": 5,
"sponsoredPriceGroupId": 1
}Response
Team member profile (Member group) created
Example response
{
"id": 1,
"teamId": 42,
"name": "Example profile 1",
"description": "description",
"priceGroupId": 1,
"costGroupId": 1,
"teamWalletChargePaymentType": "none",
"canPayForChargesCountryIds": [
1,
2,
3
],
"operator": {
"id": 14,
"name": "Monta",
"identifier": "monta",
"partnerId": 1,
"vatNumber": "FOO-123-ABC"
},
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z",
"deletedAt": "2022-05-12T16:56:45.99Z",
"kwhPriceCapAc": 2.5,
"kwhPriceCapDc": 5,
"sponsoredPriceGroupId": 1
}