true/false fields inaccurate for 'getCanSeeManagedUsers()' and 'getIsSyncEnabled()'
Open
breaking
enhancement
- Dominant language
- Java
- Stars
- 170
- Forks
- 189
- Avg merge
- 20h 26m
- Merged PRs (30d)
- 22
Description
When using the Box Java SDK, the 'getCanSeeManagedUsers()' and 'getIsSyncEnabled()' methods on the BoxUser.Info object always return 'false'. These two flags are set to 'true' on users in our org but always return false. We need the Java SDK updated to reflect the actual state of the flags on the user.
Contributor guide
Research direction
Start with BoxUser.Info and the getCanSeeManagedUsers() and getIsSyncEnabled() entry points, then trace how the user response populates these values. Compare the SDK results with the server-provided flag states; done means both getters reflect true as well as false values accurately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100