RyanStanford1
6 years agoQrew Captain
API to change "follow realm rules" option for user
Good Morning,
I was looking through the possibility of automating the provisioning of users, and I got thinking... Our Company uses Single Sign On to authenticate our internal users of QB.
In cases where the users is external, we obviously turn this feature off. Is there a way to have QB save the password versus Follow Realm Rules via API Call?
This is an example from API_GetUserInfo, with externalAuth as a tag...
<user id="56760756.bpxd">
<firstName>jdoe</firstName>
<lastName>qb</lastName>
<login>jdoe.qb@gmail.com</login>
<email>jdoe.qb@gmail.com</email>
<screenName></screenName>
<isVerified>1</isVerified>
<externalAuth>0</externalAuth>
</user>
------------------------------
Ryan Stanford
------------------------------
I was looking through the possibility of automating the provisioning of users, and I got thinking... Our Company uses Single Sign On to authenticate our internal users of QB.
In cases where the users is external, we obviously turn this feature off. Is there a way to have QB save the password versus Follow Realm Rules via API Call?
This is an example from API_GetUserInfo, with externalAuth as a tag...
<user id="56760756.bpxd">
<firstName>jdoe</firstName>
<lastName>qb</lastName>
<login>jdoe.qb@gmail.com</login>
<email>jdoe.qb@gmail.com</email>
<screenName></screenName>
<isVerified>1</isVerified>
<externalAuth>0</externalAuth>
</user>
------------------------------
Ryan Stanford
------------------------------