Fetch user information from the CIE Directory Sync Service across multiple scenarios.
POST/cie/directory-sync/v1/cache-users
This endpoint retrieves user data from the CIE Directory Sync Service for different scenarios/use-cases. Optional pagination parameters can be used. Choose the payload schema that matches your use case:
- list_all_users_in_domain: Retrieve all users in a domain.
- list_specific_users: Retrieve specific users matching a name-based filter in a domain. Supports filtering of users based on specific attributes and values (similar to the WHERE clause in SQL).
- list_users_in_particular_group: Retrieve users belonging to a specified group, filtered using the group-based filter
- check_group_membership: Check if a specific user belongs to a specified group.
Request
Responses
- 200
- 400
- 500
Returns an array of user objects matching the query.
Invalid request parameters
Internal service error