Max Add Users to Group
-
In the Add Users to Group API request it takes in an array of users. What is the max number of users that can be added in a single request?
https://fusionauth.io/docs/v1/tech/apis/groups#add-users-to-a-group
-
There are no hard limits as to the number of users you can add.
If you notice any load spikes, you can always batch the work into multiple API calls.
-