Closed YoussefFenetre closed 2 days ago
This method uses obsolete backend API. Though that API returns valid information for my account.
Keeper SDK v 1.0.7 Beta 01 uses the latest backend API to retrieve usernames for sharing.
Thank you Keeper SDK v 1.0.7 Beta 01 does solve my issue
Description: I am encountering an issue where the GetUsersForShare() method from the Keeper SDK consistently returns empty lists for SharesWithUsers, SharesFromUsers, and GroupUsers. Based on the documentation and expected behavior, these properties should contain user information relevant to sharing contexts, but they are all empty despite having users in the system.
Steps to Reproduce:
Expected Behavior:
The GetUsersForShare() method should return populated lists for one or more of the following, depending on the sharing context:
Observed Behavior:
The method executes successfully, but the returned lists are empty:
Questions/Concerns:
Thank you in advance!