POST
/
users
/
link
Header
Body
curl --request POST \
  --url https://eu.sequencehq.com/api/users/link \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "foo@example.com",
  "sequenceAccountIds": [
    "216e7817-1b36-4bc4-9d21-cf1dbf631b04"
  ]
}'
{
  "createdAt": "2022-06-28T16:47:00Z",
  "email": "xyz@example.com",
  "id": "918af48c-9f22-4bed-8462-7df0a9772d44"
}

Headers

Authorizationrequired
string

Your API credentials. Eg. Basic {credentials}.

Idempotency-Key
string

Specifying a unique ID for this request here lets you retry it without risk of performing the same operation twice.

Body

application/json
emailrequired
string
sequenceAccountIdsrequired
string[]

Response

201 - application/json
createdAtrequired
string
emailrequired
string
idrequired
string