/user/log
Exports the [user] access log method for the /api/user/log route.
- Source
Requires
Methods
(inner) accessLog(req, res)
/api/user/log?email=dennis@geolytix.co.uk
The accessLog method is routed by the User API module.
The method must be requested by a user with admin priviliges or by a user wanting to access their own record.
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req | Object | HTTP request. | |||||||||||||||
res | Object | HTTP response. | |||||||||||||||
req.params | Object | Request parameter. Properties
|
- Source