Skip to main content
Version: v1

Get User

Get data about users who have been identified in the browser via the FS.identify Browser API function.

Path Parameters
    uid string required

    The application-specific ID you've given to the user. You will have passed that ID through the FS.identify Browser API function.

Responses
200

A successful response.


{
"uid": "10154",
"displayName": "Daniel Falko",
"email": "daniel@falko.com",
"numSessions": "6",
"firstSeen": "2018-02-07T11:28:18.771Z",
"lastSeen": "2018-04-19T20:49:50.433Z"
}
Loading...