
WaltS.26159 (US Dept of the Treasury) asked a question.
I am doing a proof of concept to see if OKTA will work for our government agency. I just did a test import of 138 users into my OKTA database. All of the users are marked as "Pending User Action", meaning that OKTA expects them to receive emails, login to OKTA and set their passwords before the users are activated.
These are test users, with fake email addresses. I need some way to tell OKTA to mark all of these people as Active. I cannot create 138 test emails, login to all of them, and set the passwords.
There is a Bulk Activate selection, but selecting that does absolutely nothing.

An error occurred while pushing a profile update to this app.
Automatic profile push of user xxxx to app Active Directory failed: Error updating active_directory user: Access is denied
Walt - are you comfortable with Powershell? If you are there is a script that can be run to set a password for the "users" to complete your test.
I tried to post the script contents but was denied. Shoot me an email - pwalsh@cityyear.org - if you'd like the script.
Hello can i have this scrip because i'm the same problems please?
Hi all, i also have a big chunk of users who are pending user action, so i need to activate them in bulk. Postman cannot handle that. I tried using this https://github.com/mbegan/Okta-PSModule but fails at the import module stage-i get error in Powershell PS /> Import-Module Okta
Import-Module: The specified module 'Okta' was not loaded because no valid module file was found in any module directory.
Any advise?