Fetch one subscriber
GET
/api/v1/users/{id}
prm_users_index
The full record, including the computed status object and the fields the list projection leaves out.
A subscriber that exists but sits outside your subtree returns the same 404 as one that does not exist, byte for byte including details.reason. That is deliberate: a 403 would confirm the id and make the id space enumerable.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_users_indexView users
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Subscriber id. |
Errors
| Code | When it is returned |
|---|---|
ERR_NOT_FOUND404
|
no such subscriber, or one outside the caller's manager subtree |