Hi,
For the project, I need to create users in IAM via universal. Created a process flow for the same. I am able to create a user with static parameters. However, for a dynamic variable its giving error.
Please guide what am I missing.
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/4d70225e-ed2f-4123-8665-bbc97ec350ff.png)
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/84949ab5-a3c2-4a45-8549-59b8c8ef3157.png)
Â
variables used in process parameter:
content parameter:
p  {    "usr_id": {email_id}
      ,"first_name":  "test1"
      ,"sur_name": "naik"
      ,"appl_lang_id": "ENG"
      ,"authentication_type": 3
      ,"email":  {email_id}
      ,"allow_change_password": 1
      ,"password_expiration_policy": 0
    }]
URL:
http://hrms.app.sisar.nl/indicium_dev/iam/iam/usr(tenant_id=1, usr_id={email_id})/task_set_usr_password
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/d3d21282-1647-44f8-a2d0-24a7f14ddd29.png)
I took help of below :
Â
Â