wct.users.get_profile
Get the profile of an user.
Required Parameters
These parameters are required by this method.| Parameter | Description |
|---|---|
| devid | Your developer ID. Please signup for a developer ID if you do not already have one. |
| userid | The ID of the user. |
Example Response
<wct_response status="ok"> <user> <userid>3626</userid> <user_url>http://www.webcams.travel/user/3626</user_url> <name>ingo</name> <webcam_count>4</webcam_count> <webcam_favorite_count>21</webcam_favorite_count> </user> </wct_response>
Error Codes
This method may return an additional error that is specific to only this method.| Code | Description |
|---|---|
| 101 | The user with the userid you provided does not exist. |
Back to the API index page



