Users

Get User Data

GET /user/:uid/json

Replace :uid with the user's UID

Get basic info about a user.

Headers

NameValue

Content-Type

Response

{
    "uid": "UID",
    "name": "NAME"
    "photoURL": "PHOTO URL"
}

Last updated

Was this helpful?