| UserManagerServicesSaveCurrentUserProfile Method | 
Namespace: IngeniuxCMService
 Syntax
Syntaxpublic XHRServiceResponseGeneric<bool> SaveCurrentUserProfile( UserProfileInfo profileData )
Updated details of the profile
 Examples
ExamplesSample JSON input
{
    "_tempThumbnailPath": null,
    "cellphone": "",
    "defaultEditFormView": "index",
    "email": "jime@ingeniux.com",
    "name": "Jim",
    "notificationSound": true,
    "notificationSoundName": "arpeggio",
    "organization": "Ingeniux Corporation",
    "position": "CEO",
    "thumbnail": "jim.jpg",
    "workphone": "",
    "loading": false
} See Also
See Also