API to create the application and add Access Profile

Want to know if there is any API available to create the application and add Access Profile.

Thank You

You can use this API to launch an Access Request to assign an Access Profile to an identity: create-access-request | SailPoint Developer Community

If by “create the application…” you mean “create the application account”, then that would automatically be created when the entitlements of the Access Profile are provisioned, if the identity did not already have an account

Thank you Paulo, we are using the API to create the Access Profile, We want to assign this AccessProfile to our Application( in the UI Application tab) utilizing the API.
On UI we can select the Application and in configuration you can add the Access Profile but we want to do this through API.

IS there any API available that lists the Application from the UI Application tab and Update any details for that Application

Currently there is no public API to link an Access Profile to an Application

Hello @yeshwanth_d , there is no such API to add access profile under the application in both versions v2 & Beta.

Thanks,
IAM_PDU

I was able to accomplish the adding of the Access Profiles to the Application by looking in the Developer Tools in Chrome. this gave me the API to use.
As for creating the Applications through API, i could not find a way to accomplish this, so i created them in the GUI and then cataloged their Account number in the URL for use later.

Hello @masd1 can you please let me know how you were able to add Access Profile to application in Dev tools in Chrome or what is the API that can be used to acheive this.

Yes you are correct i also could not find any API to create the application, there is the API to list application but not to create.

Thank you all and was able to link the Access Profile to the application

Hello @yeshwanth_d can you please let me know how you were able to add Access Profiles to the application in bulk?