Fetch group information from the CIE Directory Sync Service across multiple scenarios.
POST/cie/directory-sync/v1/cache-groups
This endpoint retrieves group data from the CIE Directory Sync Service under various conditions. Optional pagination parameters can be used. Choose the payload schema that matches your use case:
- list_all_groups_in_domain: Retrieve all groups in a domain.
- list_specific_groups: Retrieve specific groups matching a name-based filter. Supports filtering of groups based on specific attributes and values (similar to the WHERE clause in SQL).
- list_groups_user_belongs_to: Retrieve all groups containing specific users based on user-filter
- check_user_in_particular_group: Check if a specific group has a particular user in it, filtered using attribute-based filter (to filter the user) and group-based filter (to filter the group).
Request
Responses
- 200
- 400
- 500
Returns an array of group objects matching the query.
Invalid request parameters
Internal service error