Is possible to create a account directly on the source?

Hello,

I need to create an account directly in the source code via API. I saw that there is an API at create-account | SailPoint Developer Community , but it only works with delimited source files.

I tried provisioning by monitoring the API calls, but I didn’t see any calls directly to the account, only the submit access request. However, I wanted to create the account without linking it to the identity.

@raibom you are right. accounts can be created only for the delimited file source.

When you say that you want to create account without linking it to identity - which source type are you referring to and why do you want to create account without linking it to identity ?

Hi @rajeshs ,

It would be a direct source. What happens is that I have Stagind/DEV systems that are in my sandbox tenant.

My idea was to create a Web Service source in my production tenant, pointing to this Sandbox source.

I can’t do it directly from the production environment because I can’t cross environments over the network, so I thought of doing this via API.

Through the Sailpoint APIs I can perform most of the actions of the web service source, my problem is with the account creation action. I would need an endpoint that creates it directly.