v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBGroups
Add Group
Endpoint to add a new Group.
post/business/v2/groups
Request body
Example request
{
"name": "HR",
"custom_reference_id": "hr-division-0001",
"note": "division"
}Response
The returned resource is a single Group.
Example response
{
"id": "1bf79328-a7ae-4222-aa54-091ff7f429a7",
"name": "HR",
"custom_reference_id": "hr-division-0001",
"note": "division",
"members": [
"5bf79328-a7ae-4222-aa54-091ff7f429a7"
],
"wallets": [
"4bf79328-a7ae-4222-aa54-091ff7f429a7"
],
"cards": [
"3bf79328-a7ae-4222-aa54-091ff7f429a7"
],
"creation_time": "2017-06-01T12:48:40Z",
"last_update": "2017-06-30T12:48:40Z"
}