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?