Users
Create or Update User
Create or update a user if already exists.
post/users
Headers
x-api-keystring required
The API key to authenticate with.
Request body
Example request
{
"app_user_id": "821fae4b5-1a2d-4c1e-9152-5297086a161c",
"first_seen_at": "2024-11-10T10:28:18.104Z",
"metadata": {},
"stripe_customer_id": "cus_1234567890"
}Response
The user has been successfully updated.
Changes
Changed in 1 of the 3 revisions of this API.2
- ○
added the required property
data/user/allOf[User]/affiliateto the response with the200statusresponse-required-property-added
- ○
added the required property
data/user/allOf[User]/affiliateto the response with the201statusresponse-required-property-added
- ○