
yc954 (yc954) asked a question.
What is the process to bulk delete users from OKTA based on a group using the API?
We are trying to remove users who were added to a group. Is it possible to remove users from a group using a single API call, without using any script?

@yc954 (yc954) -- Each removal is a separate Deactivate then Delete call. So essentially you need to grab an array / list of users from the group then process each one with the required 2 calls. You can potentially leverage an Event Hook so each time a new user is added to the group a hook fires and sends their information to an HTTPS destination (such as Okta Workflows) to process them out.