GroupSummary

Eigenschaften

Name Typ Format Erforderlich
slug string erforderlich
name string erforderlich
visibility string | null
domain string | null
logoUrl string | null uri
detailUrl string uri erforderlich

Beispiel-JSON

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