Hello, anyone who can help me with Powershell script. I need to create an account in OKTA and give that user an access to a specific application.
Example. john.smith
App: Oracle
Hello, anyone who can help me with Powershell script. I need to create an account in OKTA and give that user an access to a specific application.
Example. john.smith
App: Oracle
Have you looked into how you can use our APIs to complete these steps?
Most likely you want to do the following:
Yep been able to look for that. I’m just having trouble how I will compose Python script for that. From Powershell, I need to change it to Python.