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.
نظرة سريعة
- المصادقة
- رمز موظّف أو جلسة
- تتطلب صلاحية
-
prm_users_indexView users - حد المعدل
user_resolve
المعاملات
| المعامل | الوصف |
|---|---|
codeمطلوب
query · string
|
The scan token. The QR payload is prefixed with xr:u: — strip the prefix before sending. |
الأخطاء
| الرمز | متى تُرجَع |
|---|---|
ERR_VALIDATION400
|
code is missing or blank |
ERR_NOT_FOUND404
|
no subscriber carries that token, or they are outside the caller's subtree |