Hallo,
Would like to check, how to add a new user group to a user in IAM? I have a process flow to add a new user group to a user but the store procedure I'm calling seems wrong.
Below is the sample of adding user group in user manually:

For auto created user group I use the task_copy_usr_grp store procedure in my endpoint url on web connector process action.

Path: /indicium/iam/iam/usr_grp_usr(tenant_id=1,usr_grp_id='{to_copy_user_name_2}')/task_copy_usr_grp
But not sure if the store procedure is correct as i'm having an error

Thank you in advance


