Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

groupsService.addUsers() and groupsService.addAdmins() can send multiple requets if there more than 25 users/admins #157

Closed
haoliangyu opened this issue Jun 12, 2019 · 1 comment · Fixed by #159

Comments

@haoliangyu
Copy link
Member

The AGO REST API only allows to add up to 25 users/admins at one request (error if exceed).

It would be great to send multiple requests if a long user/admin array is given.

@tomwayson
Copy link
Member

It'd be great if we could take this opportunity to implement these methods in arcgis-rest-js instead (including the batching) and then update the methods here to call the new methods over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants