Create User Account in SailPoint API

I have a requirement to create a user in SailPoint via API, then send access requests to the SailPoint API for the newly created user.

Using {tenant}.api.identitynow.com/v3/Accounts I can post attributes to create the user and get an ID back. However, I don’t find that user anywhere in SailPoint when I log in as an admin.

What is the best way to create a new user via the SP API?

Note that the ID returned by this API is the task ID of the account creation task.

What does the body of your request look like?

This post might be helpful as well: https://developer.sailpoint.com/discuss/t/create-account-api/1522