
00u4o45tliyil1L7f2p1.5652209165038818E12 (Customer) asked a question.
I have over 100 people in my Okta directory and I recently added permissions to my application that requires I update each user with a specific userType in their profile. Is there a way to update all users at once? Or do I have to go in and update each profile one-by-one?

You can use the Update UserType API call. {{url}}/api/v1/meta/types/user/{{typeId}}
you just need to build your custom Logic & call this API from a JAVA/Python Code, which will read the UserType from a file & will update it accordingly. Let me know if any help is required for building the plugIn.