function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NadiaNadia 

accessing profile IP ranges

Hi, from my APEX code I need to execute a trigger when Login IP range is updated on a profile. I can not figure out how to do that, if it's at all possible. The profile sobject does not have any fields that would store IP ranges, nor can I find it in any other sobjects. Does anyone have an idea if it is possible to access profile IP ranges data from APEX?
thank you

SuperfellSuperfell
IP Ranges are not exposed to Apex code.