Create an endpoint to view what calls a user has made.
This will be difficult to do as audit history doesn't join to user table. Use the id of the user to get the credentials, then check audit history to get the IP address, then return rows with that IP address.
Create an endpoint to view what calls a user has made.
This will be difficult to do as audit history doesn't join to user table. Use the id of the user to get the credentials, then check audit history to get the IP address, then return rows with that IP address.