| UserManagerServicesGetCurrentUserProfile Method | 
Namespace: IngeniuxCMService
 Syntax
Syntaxpublic XHRServiceResponseGeneric<UserProfileInfo> GetCurrentUserProfile( string userId )
Profile details of the user
 Examples
ExamplesSample JSON return
{
    "ContentFreezeEndTime": "",
    "ContentFreezeStartTime": "",
    "code": 0,
    "error": null,
    "message": {
        "_tempThumbnailPath": null,
        "cellphone": "",
        "defaultEditFormView": "notset",
        "email": "jime@ingeniux.com",
        "name": "Jim",
        "notificationSound": false,
        "notificationSoundName": "",
        "organization": "Ingeniux Corporation",
        "position": "CEO",
        "thumbnail": "jim.jpg",
        "workphone": ""
    }
} See Also
See Also