📄️ Get my user
Returns the full user object of the authenticated user including the profile, email, phone, etc
📄️ Delete my user
Deletes the currently authenticated user. All authentication tokens will be removed and the user will not be able to make any request.
📄️ Get My User History
Returns a list of changes/events that have happened on the authenticated user. It's the history of the user. Make sure to send a limit.
📄️ Get My User Sessions
Returns a list of a user session for the user agent of the authenticated user. This can be used to switch accounts in the current application.
📄️ Remove My Avatar
Remove the avatar of the authenticated user. If no avatar is set a shortcut of the name of the user will be presented.