v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Groups

List groups

Retrieve collaboration groups for client organization and resource sharing. Groups enable sharing of binaries and templates between multiple clients.

get/fastedge/v1/admin/groups

Query parameters

template__inclinteger

Filter by template ID (shows groups that include this template)

template__exclinteger

Filter by template ID (shows groups that exclude this template)

client__inclinteger

Filter by client ID (shows groups that include this client)

client__exclinteger

Filter by client ID (shows groups that exclude this client)

namestring

Filter by group name (case-insensitive partial match)

limitinteger

Maximum number of results to return (default 10)

offsetinteger

Number of results to skip for pagination

Response

Returns paginated list of client groups

countinteger

Total number of groups

Example response

{
  "groups": [
    {
      "descr": "Video streaming customers"
    }
  ]
}