POST settings
Update information about the current user's settings.
URL
https://demo.onsocialcloud.com/api/settings
Parameters
Most of these parameters are optional and the API only requires values for the fields being changed.
The new email address the user would like to use | |
password | The existing user password to authorize changing their email address |
firstName | The user's updated first name |
lastName | The user's updated last name |
city | The user's updated city |
state | The user's updated state or province |
country | The user's updated country |
postalCode | The user's updated postal code |
description | The user's text entry about their interests, hobbies, etc. |
privacy | The user's choice about who can view their profile (public, users, friends, private) |
emailOptIn | The user's choice to receive important emails from the site and community managers (true, false) |
emailDigest | The user's choice to receive an email digest about their friends and profiles they follow (true, false) |
passwordRest | To initiate a password reset via email (true) |
Example Request
https://www.concursive.com/api/settings?format=json
Example Result
[ { "status":{ "code":0, "name":"settingsService", "count":1, "total":1 }, "objectList":[ { "recordNumber":1, "recordName":"settings", "status":"ok" } ] } ]
Sign in to add your comment.