viewUserExtendedProfile
- Home
- Users & Groups
- SvcUsers
- viewUserExtendedProfile
viewUserExtendedProfile
Action to view the extended profile(s) of a user.
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=viewUserExtendedProfile&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 |
{ "service":"svcUsers", "action":"viewUserExtendedProfile", "code":1, "message":"Success", "item":[ { "prof_ext_id":"11359", "prof_name":"Profile", "field_id":"1", "field":"Nickname", "value":null }, { "prof_ext_id":"11359", "prof_name":"Profile", "field_id":"2", "field":"Favorite Color", "value":null } ] } |
Service Information
| Service | svcUsers |
| Method | viewUserExtendedProfile |
| Type | REST |
| Response Types | JSON, XML |