getAllUserProperties
- Home
- Users & Groups
- SvcUserProperty
- getAllUserProperties
getAllUserProperties
Get all of the user properties.
Parameters
Name | Description |
userID required | The user’s unique identifier. |
nodeID optional | The network’s unique identifier. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcUserProperty?action=getAllUserProperties&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 |
{ "service":"svcUserProperty", "action":"getAllUserProperties", "code":1, "message":"Success!", "item":[ { "type":"external", "name":"external_id", "value":"12345" }, { "type":"external", "name":"external_username", "value":"user1234" }, { "type":"facebook", "name":"user_id", "value":"100003605854098" }, { "type":"twitter", "name":"user_id", "value":"515927988" }, { "type":"username", "name":"twitter", "value":"onesite" } ] } |
Service Information
Service | svcUserProperty |
Method | getAllUserProperties |
Type | REST |
Response Types | JSON, XML |