Send an access email
/users/{user_id}/access-emailsGenerates 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.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Public ID of the user, prefixed with usr_.
Header Parameters
Client-generated key that makes the request safe to retry. Must be 1 to 128 characters from [A-Za-z0-9._:-]. Required by this operation: a missing key returns idempotency_key_required, and a malformed key returns idempotency_key_invalid. Repeating the request with the same key and the same body returns the stored result with Idempotent-Replayed: true.
Optional client-generated identifier of the request, up to 64 characters from [A-Za-z0-9._-]. Echoed back in the response and recorded in the request log; it never replaces the server-generated X-Request-Id.
length <= 64Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/users/string/access-emails" \ -H "Idempotency-Key: string"{ "data": { "object": "access_email", "status": "queued" }}Update access duration for all products PATCH
Applies the same access duration to every product the user has access to. The request is processed asynchronously. The response returns an operation, and the `Location` header points to it so you can track its progress. An `Idempotency-Key` header is required.
List user activity GET
Returns the user's 50 most recent activity entries, newest first. IP addresses are not included in the entry context.