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.
Schema
Example
Schema
uid string optional
display_name string optional
email string optional
custom_vars object optional
num_sessions uint64 optional
first_seen date-time optional
last_seen date-time optional
existing_operation object optional
{
"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"
}
GET /users/v1/individual/{uid}
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/users/v1/individual/{uid}
- cURL
- Python
- Go
- Javascript
curl -L -X GET 'https://api.fullstory.com/users/v1/individual/:uid' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/users/v1/individual/:uid' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/users/v1/individual/:uid' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/users/v1/individual/:uid' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'