Group Create
POST
/v1/Groups
Create a new Group
Request Body
application/json
id
integer
Format
"int32"type
string
projectId
integer
Format
"int32"name
string
Required
Min Length
1description
string
parentId
integer
Format
"int32"externalId
string
buisnessUnitId
integer
Format
"int32"Responses
OK
application/json
{
"id": 0,
"type": "string",
"projectId": 0,
"name": "string",
"description": "string",
"parentId": 0,
"externalId": "string",
"buisnessUnitId": 0
}
POST
/v1/Groups