AladiaDocs
Api referenceOrganizationsGroups

Create a group

Create a group

POST
/v2/organizations/{organizationId}/groups

Create a group

AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/organizations/string/groups" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "color": "string",    "icon": "string",    "picture": {      "fileId": "string",      "metadata": {        "mimetype": "string",        "size": 0,        "name": "string"      }    }  }'
{}