Difference between revisions of "GET /user/details"
(Created page with "Category:REST API calls") |
|||
Line 1: | Line 1: | ||
+ | Returns details about a specific user. | ||
+ | |||
+ | === Resource URL === | ||
+ | https://api.sofurry.com/v3/user/details | ||
+ | |||
+ | <html><a href="test">test</a> </html> | ||
+ | {| cellspacing="10" border="1" cellpadding="10" | ||
+ | |- | ||
+ | !userID | ||
+ | | The ID of the user for whom to return results for. | ||
+ | |||
+ | Example Values: 12345 | ||
+ | |- | ||
+ | | adult | ||
+ | | If the description should be the adult or clean one | ||
+ | |||
+ | Example Values: true | ||
+ | |} | ||
+ | |||
[[Category:REST API calls]] | [[Category:REST API calls]] |
Revision as of 20:27, 28 November 2015
Returns details about a specific user.
Resource URL
https://api.sofurry.com/v3/user/details
<html><a href="test">test</a> </html>
userID | The ID of the user for whom to return results for.
Example Values: 12345 |
---|---|
adult | If the description should be the adult or clean one
Example Values: true |