Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Please consider addressing the following when creating your topic:
What have you tried?
What errors did you face (share screenshots)?
Share the details of your efforts (code / search query, workflow json etc.)?
What is the result you are getting and what were you expecting?
Hi,
I am working on create account provisioning. The create api working fine in postman and I am getting the id in the response. But in IdentityNow its not working. Account is not getting created in application side.
Though I cannot see all the attributes being populated in body but it seems you may have issue with mapping the correct attribute for security_profile__sys. It should be security_profile__sys=$plan.security_profile__sys and you should have attribute request with this ( security_profile__sys) attribute name in your plan. I do not see any attribute being set in your plan from screenshot that starts with user_security_profile_… Not sure if its just not captured in screenshot clearly.
It seems like the value for security_profile__sys is an entitlement that is requested. But based on the plan from the “Create Account” screenshot, entitlement does not seem to be included in the provisioning plan. Have you enabled this under Additional Settings?
I think this represents the entitlement requested, not account ID. And, account ID would probably be generated by the end system while creating the account
Yes. here $plan.user_security_profile_id$ is the entitlement requested and id is marked as account id which is created at the time of account creation. we are getting id in the response body