Admin Users

Mark a user as an acquisition lead

Creates (or reuses) an acquisition lead tied to this user, granting them the full content catalog as if they had come through a web funnel. Idempotent — clicking twice does not create duplicates. The user identity (Firebase UID, email) is taken from the user record, not the request.

post/admin/users/{id}/acquisition-lead

Path parameters

idstring required
Example:user-uuid-here

User ID

Response

Acquisition lead created or reused successfully

idstring required
firebaseUidstring nullable
emailstring nullable
linkedAppUserIdstring nullable
isCustomerboolean required
firstSeenAtstring date-time required
lastSeenAtstring date-time required
createdAtstring date-time required
updatedAtstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.