/user/list

Exports the [user] list method for the /api/user/list route.

Requires

Methods

(inner) list(req, res)

/api/user/list returns a list of all ACL records.

Parameters:
NameTypeDescription
reqObject

HTTP request.

resObject

HTTP response.

req.params.userObject

Requesting user.

Properties
NameTypeDescription
adminboolean

Requesting user is admin.