getExternalProperty
- Home
- Accounts & Sessions
- User
- getExternalProperty
getExternalProperty
Fetches an external property value associated with a user.
Parameters
Name | Description |
node_id optional | Node ID |
user_id optional | User ID |
username optional | Username |
email optional | |
subdir optional | Subdir |
name required | Name |
type required | Type |
Request Syntax
https://services.onesite.com/1/user/getExternalProperty.json?user_id=229928503&type=twitter&name=username&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 |
{ "code":100, "message":"External property found.", "content":{ "external_property":{ "Name":"username", "Type":"twitter", "Value":"onesite" } } } |
Service Information
Service | user |
Method | getExternalProperty |
Type | REST |
Response Types | JSON, XML |