08-01-2018 10:59 AM
Either would be fine. I'm slipping that data in from a match in another repository. I just need a way to bind it back to the user in some meaningful way.
Thanks again!
08-01-2018 11:46 AM - edited 08-01-2018 11:46 AM
I take back part of my last post, I was doing an invalid operation. I was trying to change a record manager for a user not a contact, so of course it failed. If you modify your request to PUT|POST using the username instead of the contact name in the record manager, it will work, as long as you are updating a contact and not another user.
08-01-2018 12:57 PM
Totally works!
Thanks for the follow-up.