Ability to Set App Admin Option via API
Is it possible to set the App Admin option on a user's record for a specific organization-defined application via the API?
Based on the response from a Get Person call, it appears the attribute name is "IsAdministrator". However, if I try sending a PATCH call to update OrgApplications, like the example below, I get a successful response (200 OK), but the value doesn't update. I have also tried using the "replace" operation, but received the same results.
Answers (2)
Hello Corrine,
I double checked on this for you and confirmed my understanding that the API does not allow you to change app admin status at this time. You'll have to accomplish this via the UI interface for the time being.
Sincerely,
Mark Sayers
Sr Support Consultant, CS
So is there any other post/put method to change the App Administrator via API?
I just asked for this patch method as an enchantment request.