viewUserDetail
- Home
- Users & Groups
- SvcUsers
- viewUserDetail
viewUserDetail
View the profile details for a specific user record.
Parameters
Name | Description |
userID required | User id of the user who is being targeted. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcUsers?action=viewUserDetail&userID=229928503&nodeID=188234&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
{ "service":"svcUsers", "action":"viewUserDetail", "code":1, "message":"Success", "total":1, "page":1, "per_page":1, "item":[ { "user_id":"229928503", "site_id":234714047, "username":"onesitedemo", "domain":"onesitedemo.com", "display_name":"ONEsite", "first_name":"ONEsite", "last_name":"", "gender":"Unspecified", "personal_quote":"", "age":22, "loc_city":"Oklahoma City", "loc_state":"OK", "loc_zip":"73134", "loc_country":null, "loc_custom":"", "home_url":"http://www.onesitedemo.com/onedemo", "avatar_img":"http://services.onesite.com/resources/images/unisex_v4b.gif?ver=13.06.21", "profile_img":"http://services.onesite.com/resources/images/unisex_v4.gif?ver=13.06.21", "mood":null, "mood_id":null, "status":null, "status_icon":null, "mood_icon":null, "date_status_updated":-62169940800, "subdir":"onedemo", "about_me":"", "tier_ids":[ { "1":{ "node_id":"0", "blog_id":"234714047", "tier_id":"1", "priority":"0", "name":"Default", "is_node_default":"0", "is_node_restriction":"0" } } ], "address":"14000 Quail Springs Pkwy", "address2":"Suite 3600", "email":"not_an_email@onesite.com", "message_privacy":"0", "friends_approval":"0", "comments_approval":"2", "is_searchable":"1", "comments_html":"1", "show_online_now":"1", "email_notification":"ongoing", "last_activity":"1548886901" } ] } |
Service Information
Service | svcUsers |
Method | viewUserDetail |
Type | REST |
Response Types | JSON, XML |