Modify a app profile value via the API?

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!

Hi @spencerryan

Please check out https://developer.okta.com/docs/reference/api/apps/#get-assigned-user-for-application for reviewing the application assignment profile for a user and https://developer.okta.com/docs/reference/api/apps/#update-application-profile-for-assigned-user for updating it.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.