Get Groups
In Sonderplan, a Group is a set of users who share the same permissions and access rights. Groups simplify user management by assigning roles and responsibilities collectively rather than individually.
For instance, you can create groups for administrators and staff members, each with tailored permissions, such as access to specific resources, schedules, or features. You can also restrict access to certain modules, like quotes and invoices, for specific groups.
Groups ensure consistent access control, streamline role-based management, and make it easy to update permissions for multiple users at once.
READ
access to the ADMIN
module is required to access this endpointAuthorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
One or more (comma seperated) IDs of groups to retrieve
Perform a full text search for the group name
Perform a full text search for the group description
Filter groups that match the permission for Schedule Module
--
, R-
, RW
Filter groups that match the permission for Project Module
--
, R-
, RW
Filter groups that match the permission for Task Module
--
, R-
, RW
Filter groups that match the permission for Finance Module
--
, R-
, RW
Filter groups that match the permission for Report Module
--
, R-
, RW
Filter groups that match the permission for Contact Module
--
, R-
, RW
Filter groups that match the permission for Admin Module
--
, R-
, RW
Filter groups that match the permission for Account Module
--
, R-
, RW
Comma seperated list of fields you wish to return
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10
Specify the field (with type of string or integer) you wish to order (ascending) the response with
Specify the field (with type of string or integer) you wish to order (descending) the response with
Specify if multiple filters should be combined with OR or AND logic
OR
, AND