Get profile of authenticated user
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
Type of Object, always equals to "user"
idstringRequired
Unique identifier for the user
displayNamestringRequired
Full name for the user
emailstringOptional
Email address of the user
photoURLstringOptional
URL of the user's profile picture
404
User not found
application/json
get/user
Last updated
Was this helpful?