Account Creation and give app access after

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:

  1. The simplest/more scalable option:
    a. Create User in Group (where the group they are added to is assigned to the application in question)
  2. If you don’t want to use groups and want to individually assign the user to the app in question
    a. Create User
    b. Assign User to Application

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.