Get current user information

Returns the information of the currently authenticated user

Authentication

AuthorizationBearer

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

401
Get User Info Request Unauthorized Error
500
Get User Info Request Internal Server Error