v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBUser Properties
Retrieve user properties
Retrieves all properties for a given user. Up to 100 properties per user.
Rate limit: Properties endpoints are rate-limited per project (default 30 requests per second; configurable on the server). Exceeding the limit returns 429.
get/users/{id}/properties
Path parameters
idstring required
Qonversion User ID
Response
Properties retrieved
Example response
[
{
"key": "_q_email",
"value": "test@email.com"
}
]