GroupList| Nom | Type | Format | Requis |
|---|---|---|---|
items |
array <GroupSummary> | requis | |
total |
integer | requis |
{
"items": [
{
"slug": "string",
"name": "string",
"visibility": "string",
"domain": "string",
"logoUrl": "https://example.com/",
"detailUrl": "https://example.com/"
}
],
"total": 0
}