v4
latestSwagger 2.02026-08-0343714211.7 MBList Groups
List Groups
Query parameters
Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
If set, sort records by the specified field in either asc or desc direction. Valid fields are site_id, workspace_id or name.
If set, return records where the specified field is equal to the supplied value. Valid fields are name and workspace_id. Valid field combinations are [ workspace_id, name ].
If set, return records where the specified field is prefixed by the supplied value. Valid fields are name.
Comma-separated list of group ids to include in results.
Include groups from the parent site.
Response
A list of Groups objects.
Example response
[
{
"id": 1,
"name": "owners",
"allowed_ips": "10.0.0.0/8\n127.0.0.1",
"admin_ids": "1",
"notes": "example",
"user_ids": "1",
"usernames": "user",
"ai_assistant_personality_id": 1,
"ftp_permission": true,
"sftp_permission": true,
"dav_permission": true,
"restapi_permission": true,
"desktop_configuration_profile_id": 1,
"integration_centric_profile_id": 1,
"site_id": 1
}
]