GroupList| Name | Typ | Format | Erforderlich |
|---|---|---|---|
items |
array <GroupSummary> | erforderlich | |
total |
integer | erforderlich |
{
"items": [
{
"slug": "string",
"name": "string",
"visibility": "string",
"domain": "string",
"logoUrl": "https://example.com/",
"detailUrl": "https://example.com/"
}
],
"total": 0
}