For the complete documentation index, see llms.txt. This page is also available as Markdown.

List group names

Returns group names only. Use GET /api/v1/group-info for full details, including members and locations.

get
Authorizations
defguard_sessionstringRequired
Query parameters
pageinteger · int32Optional

Page number. Defaults to 1.

per_pageinteger · int32Optional

Number of items per page, from 1 to 100. Defaults to 50.

Responses
200

Paginated list of group names.

application/json

Envelope returned by paginated endpoints.

datastring[]Required

Items of the requested page.

get/api/v1/group

Last updated

Was this helpful?