GroupSummary

Properties

Name Type Format Required
slug string required
name string required
visibility string | null
domain string | null
logoUrl string | null uri
detailUrl string uri required

Example JSON

{
    "slug": "string",
    "name": "string",
    "visibility": "string",
    "domain": "string",
    "logoUrl": "https://example.com/",
    "detailUrl": "https://example.com/"
}