v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBGroups
Create a group
🔑
Required OAuth scope: groups:write.
Creates a new group.
post/api/v2/groups
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"privacyPolicy": {
"url": "https://example.com/policy"
},
"moderationCharter": {
"url": "https://example.com/policy"
},
"termsOfUse": {
"url": "https://example.com/policy"
},
"imprint": {
"url": "https://example.com/policy"
},
"bannerImageId": "507f1f77bcf86cd799439011",
"backgroundImageId": "507f1f77bcf86cd799439011",
"faviconImageId": "507f1f77bcf86cd799439011",
"logoImageId": "507f1f77bcf86cd799439011",
"subdomain": "company-subdomain",
"url": "company-domain.com",
"name": "Engineering Team",
"custom": "Unit 101",
"parentId": "507f1f77bcf86cd799439011"
}Response
Returns the created group.
Example response
{
"privacyPolicy": {
"url": "https://example.com/policy"
},
"moderationCharter": {
"url": "https://example.com/policy"
},
"termsOfUse": {
"url": "https://example.com/policy"
},
"imprint": {
"url": "https://example.com/policy"
},
"bannerImageId": "507f1f77bcf86cd799439011",
"backgroundImageId": "507f1f77bcf86cd799439011",
"faviconImageId": "507f1f77bcf86cd799439011",
"logoImageId": "507f1f77bcf86cd799439011",
"subdomain": "company-subdomain",
"url": "company-domain.com",
"_id": "507f1f77bcf86cd799439011",
"name": "Engineering Team",
"custom": "Unit 101",
"parentId": "507f1f77bcf86cd799439011"
}