List user activity
/users/{user_id}/activityReturns the user's 50 most recent activity entries, newest first. IP addresses are not included in the entry context.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/users/string/activity"{ "data": [ { "kind": "string", "object": "user_activity", "occurred_at": "2019-08-24T14:15:22Z" } ]}Send an access email POST
Generates a new password for the user and emails the access credentials. The user's previous password stops working. An access email can be sent to the same user at most once every 10 minutes. Earlier attempts return `email_recently_sent`.
Retrieve user attribution GET
Retrieves the attribution data captured when the user signed up, such as UTM parameters, traffic source, company, and job title. Fields without a value are returned as `null`. If extra sign-up fields are not enabled for the account, the API returns `feature_disabled`.