Skip to main content

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

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".


Reply