getUserPhoto
Retrieve a single user photo record by photo ID. Use when you need to fetch one specific photo from the directory without pulling the full list.
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 |