getUserPhoto
Fetch a single user photo record using its photo_id. Returns the photo details on success, or a 404 if not found.
Instructions
Get a single user photo - Fetch a single userphoto record. Read-only.
Use when: fetching one photo record by photo_id.
Required: photo_id.
See also: listUserPhotos (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| photo_id | Yes |