Users
Get User Data
GET /user/:uid/json
Get basic info about a user.
Headers
Name
Value
Content-Type
Response
{
"uid": "UID",
"name": "NAME"
"photoURL": "PHOTO URL"
}{
"error": "User not found"
}Last updated
Was this helpful?