Skip to main content
POST
/
group
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "description": "<string>",
  "identifier": "<string>",
  "creatorId": "<string>",
  "tenantId": "<string>",
  "subTenantId": "<string>",
  "deletedAt": "2023-11-07T05:31:56Z",
  "isDeleted": true
}

Body

name
string | null
creatorId
string | null
tenantId
string | null
subTenantId
string | null
description
string | null

Response

Created

id
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>
name
string | null
description
string | null
identifier
string | null
creatorId
string | null
tenantId
string | null
subTenantId
string | null
deletedAt
string<date-time> | null
isDeleted
boolean