-
Suggestion
-
Resolution: Unresolved
-
1
-
Expected Results
Some of the enhancements we could apply in our Rest API's:
- Be able to retrieve more than just 50 users at a time.
- Include pagination data and use an offset instead of a curser so pages can be retrieved concurrently
- Filter users by product access, e.g. only users who have product access to a specific site/product.
Workaround
The only workaround is to perform these operations in the AdminHub UI itself, but it would be useful for some clients to be able to retrieve these information through Rest APIs so they will have more empowerment to perform any Data operation.