KirtanPatel
6 years agoQrew Trainee
User Already Exist (API_ProvisionUser)
Hey Guys,
I'm trying to create a user profile for My realm through API_ProvisionUser. I'm using Javascript/Jquery in pages section to achieve this API call.
I can create everyone's profile except the one who already has a QuickBase profile with a different realm. If I add the existing user with QuickBase UI, It is working fine but it is giving the following error when trying to add the same existing user with API...
I tried giving my Admin credentials and the user token but none of these things are working for me.
Thanks in advance.
I'm trying to create a user profile for My realm through API_ProvisionUser. I'm using Javascript/Jquery in pages section to achieve this API call.
I can create everyone's profile except the one who already has a QuickBase profile with a different realm. If I add the existing user with QuickBase UI, It is working fine but it is giving the following error when trying to add the same existing user with API...
I tried giving my Admin credentials and the user token but none of these things are working for me.
Thanks in advance.
<?xml version="1.0" ?>
<qdbapi>
<action>API_ProvisionUser</action>
<errcode>111</errcode>
<errtext>A user already exists.</errtext>
<errdetail>User already exists</errdetail>
</qdbapi>