Upsert User
Create or update a user. Upsert is idempotent.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Your app's user ID |
name | string | No | User's display name |
email | string | No | User's email |
metadata | object | No | Arbitrary key-value pairs |
Create or update a user. Upsert is idempotent.
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Your app's user ID |
name | string | No | User's display name |
email | string | No | User's email |
metadata | object | No | Arbitrary key-value pairs |