I’m trying to work around the limitation of multiple salesforce instances not being supported for manager lookup.
Is it possible to update a profile property of an app for a user via the API?
I can easily grab the value I need (externalID for a specific salesforce instance for the manager) but I can’t seem to find the right docs if it’s possible to then push that value into a field into another user’s profile.
Thanks in advance!