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