Skip to main content

Has anybody written a workspace to grab the users, roles, access of FME Server to write out to an external location like SDE table or excel? Is it even possible?

Hi @tnarladni

 

 

You could look at the FME Server REST API, and use the HTTPCaller transformer to return the information that you'd need. Once you've parsed the json you can write it out to a database.

 

The Rest API doc is here, you'll want the GET requests than return info about users and roles.

 


Of course! Thanks for the reminder Jennifer!


Reply