The API retrieves all dynamic groups for a given tenant, allowing further filtering based on specified search criteria.
The list of dynamic groups can be sorted in ascending or descending order using the sort parameter, which supports sorting by group name or description.
If the details parameter is set to true, the API will fetch additional information, such as the creation user and last modified user details (including username and email).By default, this parameter is set to false.
The API also supports pagination, where the page parameter specifies the page number for retrieving dynamic groups, with the default being the first page.
The limit parameter determines the maximum number of dynamic groups listed per page, with a default value of 25 and maximum limit of 500.
Entitlement required: tenantAdmin, manageDynamicGroups, readDynamicGroups
Note: You only need one entitlement, but you can have more than one.