Create a new Late profile and attach it to the caller’s user_profiles row.
user_profiles row. If a user_profiles row already exists, it is updated with the new Late profile ID; otherwise a fresh row is inserted.
Despite the verb name, this endpoint does NOT modify any existing Late profile on Late’s side — it always creates a fresh profile.
connectLateAccount (with createNew=true). Call this endpoint only when you need a standalone profile without an immediate OAuth connect — e.g., seeding state for a human who will complete OAuth later.Side effect — Late-side profile creation is a billable action on some plans. Avoid calling speculatively.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Profile created and linked.
One user_profiles row. Each row maps to a single Late profile container, which in our model holds exactly one social account.
The freshly created Late profile envelope. accounts is always [] at creation time — accounts appear after the OAuth connect completes.