Skip to main content

I have tried setting the accountId field in the user instance to null and empty string using the PUT request. I’m trying to disassociate a user from an account. But the user instance retains the previous accountId. How do I set it to null using the REST API?

Hi @naresh-olive , thanks for posting to PX Community.

 

You cannot update the accountId attribute field with null or “”, so you will need to pass at least a single space character as shown in the screenshot below:

 

Happy PX-ing!


Great to see the quick exchanges and thanks @naresh-olive for marking the Answer as correct, definitely helps curate the best content on the community.


Reply