
dsl1p (dsl1p) asked a question.
When doing the first group push for an existing Okta group into target application, the push fails if there are more than 100 users in the group.
Is there a way to do the group push without Okta sending the users?
If so can this be done from the Okta UI or does it have to be done programatically somehow?
If the former, is there a guide available?
If the latter, is there an example script available?

When using Group Push functionality, there are a host of requirements and considerations to keep in mind:
Finally, if these push groups are using Group Linking functionality, see below
Manage Group Linking
All group push operations can be completed from the Admin UI, with no need to do any part of the operation via script or API call.
Please see:
With that being said, the purpose of group push is to push a group and its memberships into the target app. It will push an empty group to the target app, but be warned, it is not recommended (see above) to modify group memberships from within the target app.
Finally, Do you see an error message or more detailed description of the error? Many times you will be provided with an error on the "Group Push" or "Tasks" page that can help guide you to a solution.
Thanks!