Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
@dshumake If you're crafty you can automate this - Here's the python I wrote for my implementation:logfile = open('C:\\inetpub\\wwwroot\\logfile.txt', 'a+')
api_endpoint_token = '<insert api token endpoint url here>'
api_endpoint_members = '<inser...