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.
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_7791a27fc4e747412381842b36a"
Canonical API path.
"/v4/users/QON_7791a27fc4e747412381842b36a"
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"