GET groups
Operation ID: get_groups
Auth: unknown
Description
Retrieves all of the groups for a given enterprise. The user must have admin permissions to inspect enterprise's groups.
Parameters (4)
(array, query, optional)
A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response. Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.
(string, query, optional)
Limits the results to only groups whose `name` starts with the search term.
(integer, query, optional)
The maximum number of items to return per page.
Constraints: {'maximum': 1000}
(integer, query, optional, default: 0)
The offset of the item at which to begin the response. Queries with offset parameter value exceeding 10000 will be rejected with a 400 response.
No probe data for this endpoint yet.