PeopleUpsert person
People

Upsert person

Create or update a person based on external_id or email.

curl -X POST "https://api.flameup.ai/api/v1/workspaces/example_string/people/upsert" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "userId": "example_string",
  "email": "user@example.com",
  "traits": {
    "first_name": "John Doe",
    "last_name": "John Doe",
    "phone": "+1-555-0123",
    "avatar_url": "example_string",
    "timezone": "example_string",
    "locale": "example_string"
  }
}'
{}
POST
/workspaces/{workspaceId}/people/upsert
POST
Security Scheme
Bearer Token
Bearer Tokenstring
Required

Your Flameup API key (passed as Bearer token)

Your Flameup API key (passed as Bearer token)
Content-Typestring
Required

The media type of the request body

Options: application/json
userIdstring
Required

Your unique identifier for this user

emailstring
Format: email
traitsobject

User attributes

Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

Bearer token. Your Flameup API key (passed as Bearer token)

Path Parameters

Body

application/json
userIdstring
Required

Your unique identifier for this user

traitsobject

User attributes

Responses

Person upserted

Was this page helpful?
Built with Documentation.AI

Last updated today