Click or drag to resize

UserManagerServicesGetSettings Method


Retrieves the settings of Users email notifications settings

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<UserManagerSettings> GetSettings()

Return Value

XHRServiceResponseGenericUserManagerSettings

Information on Users email notifications settings

Example
Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": {
        "ntDomain": "ingeniux",
        "sendWorkflowNotifications": false,
        "smtpDomain": "smtp.ingeniux.com"
    }
}
See Also