Create a new Qonversion user. The server generates the QON_… user id
and returns it in the response body and the Location header.
v3’s POST /v3/users/{id} accepted a client-supplied id; v4
standardises on server-issued ids across every resource.
Pass an Idempotency-Key header to make retries safe — the same key
returns the originally-created user instead of creating a duplicate.
Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Client-generated key that makes retries safe.
Environment the user belongs to.
prod, sandbox "prod"
User created
user Qonversion User ID. SDK-generated IDs are prefixed with QON_.
"QON_3af4c5b8a4d24f21b72e9d0c8aef9d4e"
Canonical API path.
"/v4/users/QON_3af4c5b8a4d24f21b72e9d0c8aef9d4e"
Environment the user belongs to.
prod, sandbox "prod"
Creation timestamp (ISO 8601 UTC).
"2025-09-15T12:30:00Z"
External identity identifier, if set. Null when not linked to an identity.
"awesome_user"