Skip to main content
Question

List all disabled FME Flow users

  • September 13, 2023
  • 1 reply
  • 12 views

mgg_beca
Supporter
Forum|alt.badge.img+16

Hi, I would like to list all FME Flow users that are currently disabled using the rest API or any other method.

 

Is this possible?

 

Thanks,

Marc

1 reply

david_r
Celebrity
  • 8394 replies
  • September 14, 2023

Untested, but it seems you should be able to use this endpoint to get a list of all the defined accounts:

https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html#!/security/accountsList_get_0

You can then check the attribute "account.enabled".