GroupList

Properties

Name Type Format Required
items array <GroupSummary> required
total integer required

Example JSON

{
    "items": [
        {
            "slug": "string",
            "name": "string",
            "visibility": "string",
            "domain": "string",
            "logoUrl": "https://example.com/",
            "detailUrl": "https://example.com/"
        }
    ],
    "total": 0
}