Get current user information

Returns the information of the currently authenticated user

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

User information retrieved successfully
uidstring
User ID
emailstring
User email

Errors