Returns the users on an account as a JSON array.
let arrString = security.users();
None.
let arr = JSON.parse(security.users());