Personalization

Get single User Entity.

# get user whose user_id = user123
curl -s -H "Authorization: $LIOKEY" \
  -XGET "https://api.lytics.io/api/entity/user/user_id/user123" | jq '.'

# get user whose email = aaron@aaron.com
curl -s -H "Authorization: $LIOKEY" \
  -XGET "https://api.lytics.io/api/entity/user/email/aaron@aaron.com" | jq '.'

Log in to see full request history
Path Params
string
required
Defaults to user
string
required
Defaults to _uid
string
required

Field value of identity

Query Params
string

Your Lytics account ID.

string

comma delimited field list to be returned

string

comma delimited list of fields to exclude

boolean

if true include all the whitelisted fields

boolean
Defaults to true

Should segments this user is member of be included?

boolean
Defaults to true

Should Meta Fields be included?

boolean
Defaults to false

Should the content-disposition header set to attachment to download the user as a file?

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json