Solved

Write out fME Server users, roles, access info to an external location

  • 6 September 2018
  • 2 replies
  • 0 views

Badge +9

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?

icon

Best answer by jlutherthomas 6 September 2018, 22:06

View original

2 replies

Badge +2

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.

 

Badge +9

Of course! Thanks for the reminder Jennifer!

Reply