Answers for "get FME server user information from REST end point?" https://knowledge.亚搏在线safe.com/questions/27349/get-fme-server-user-information-from-rest-end-poin.html The latest answers for the question "get FME server user information from REST end point?" Answer by david_r https://knowledge.亚搏在线safe.com/answers/27360/view.html

Just to supplement Mark's excellent reply: the security information isn't stored in the FME Server repository,but in the "fmeserver" database instance (Postgresql by default) notably in the tables fme_useraccount,fme_role,etc.

The REST API is definitely the best way to access it,however.

David

Mon,11 Apr 2016 07:28:35 GMT david_r
Answer by mark_1spatial https://knowledge.亚搏在线safe.com/answers/27350/view.html

Admin guide here:

http://docs.亚搏在线safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/Securing_FME_Server.htm

Have a look at the Security section under API

http://docs.亚搏在线safe.com/fme/html/FME_REST/v2/apidoc/index.html#

Sun,10 Apr 2016 20:52:04 GMT mark_1spatial