Resolve a subscriber by scan code
GET
/api/v1/users/resolve
prm_users_index
Exchanges the opaque per-subscriber scan token, the one encoded in a printed QR code, for the subscriber record. Scoped to the caller's subtree exactly like a direct fetch.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_users_indexView users - Rate limit
user_resolve
Parameters
| Parameter | Description |
|---|---|
coderequired
query · string
|
The scan token. The QR payload is prefixed with xr:u: — strip the prefix before sending. |
Errors
| Code | When it is returned |
|---|---|
ERR_VALIDATION400
|
code is missing or blank |
ERR_NOT_FOUND404
|
no subscriber carries that token, or they are outside the caller's subtree |