Import OKTA users via powershell

Implemented

Import OKTA users via powershell

1 vote

avatar

Hi, currently I have a script that creates PRV users and grants exclusive rights to the correct user, the issue is if it's a new user I first need to import it from okta and it can only be done manually.

It would be great if I could import specific users from OKTA as part of the script.

Ben

All Comments (3)

avatar

Hello Ben,

Thank you for your request. We are creating a ticket to add a way to create/import Okta user via our PowerShell module. We will post back here once we have an update.

Best regards,

François Dubois

avatar

Hello Ben,

As of version 2025.1.1 of the module, it is now possible to import Okta users. This can be done using the following two cmdlets:

  • Get-DSOktaUser – Retrieves all Okta users.
  • Import-DSOktaUser – Imports the users retrieved with Get-DSOktaUser.


Please let us know if you have any questions or if this meets your needs.

Best regards,
Maxime

avatar
Hello Ben,

As of version 2025.1.1 of the module, it is now possible to import Okta users. This can be done using the following two cmdlets:
  • Get-DSOktaUser – Retrieves all Okta users.
  • Import-DSOktaUser – Imports the users retrieved with Get-DSOktaUser.

Please let us know if you have any questions or if this meets your needs.

Best regards,
Maxime


Thanks for the update, do I need to update DVLS to 2025 as well? If yes it make take a while to test it.

Ben