Hi, I have not played with the Perl module, but i have just been playing with Python, and using a external DB source to feed into the User-ID login, and logouts. There are a few examples on GitHub, but they are mainly Python. In theory you can do it with perl as it is just RestfulAPI. I am assuming you are OK with getting the API Key. My example of the API request format for the login. https://192.168.0.200/api/?key=LUFRPT14MW5xOEo1R09KVlBZNnpnemh0VHRBOWl6TGM9bXcwM3JHUGVhRlNiY0dCR0srNERUQT09&type=user-id&vsys=vsys1&cmd=<uid-message> <type>update</type> <payload> <login> <entry name="user1" ip="10.0.0.1"/> <entry name="domain\user2" ip="10.0.0.2"/> </login> </payload></uid-message> Toby
... View more