Profiles API

Update a users profile

post
Authorizations
AuthorizationstringRequired

Your Integration API Write Only API Key. Note: You must use the Write Only API Key, not the Read + Write API Key when using this key in a public website or app for frontend analytics tracking.

Query parameters
locationEnrichmentbooleanOptional
Body
userIdstringOptionalExample: {userId} or null
anonymousIdstringOptionalExample: {anonymousId} or null
propertiesobjectOptional
Responses
chevron-right
204

Successful Response

No content

post
/profile
204

Successful Response

No content

Get a users profile

get
Authorizations
AuthorizationstringRequired

Your Integration API Read + Write API Key. Note: You must use the Read + Write API Key, not the Write Only API Key.

Path parameters
userIdstringRequired

ID of the user to fetch

Responses
get
/profile/{userId}
200

Successful response

Last updated