getUserPhoto
Fetch a single user photo record by its unique identifier. Returns details of the specified photo from the directory.
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 |