Skip to main content
Version: v2

Get User

Retrieve details for a single user

Path Parameters
    id string required

    The Fullstory assigned user ID

Query Parameters
    include_schema boolean optional

    Whether to include the schema in the response.

Responses
200

A successful response.


{
"id": "987654321",
"uid": "xyz123",
"display_name": "Daniel Falko",
"email": "daniel.falko@example.com",
"is_being_deleted": false,
"properties": {
"pricing_plan": "paid",
"popup_help": true,
"total_spent": 14.55
},
"schema": null,
"type_conflicts": null,
"app_url": "https://app.fullstory.com/ui/orgid/segments/everyone/people:search:abc/user/xyz"
}
Loading...