Get Users API in CSV format?

Hi All,
Is there a way o get users list in a nicer format than JSON? CSV maybe?
GET /_security/user

Cheers!

Nope, you will need to use something like jq to reformat it.

Cheers!
:weary: