Click or drag to resize

UserManagerServicesGetSettings Method


Retrieves the settings of Users email notifications settings

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

Return Value

Type: XHRServiceResponseGenericUserManagerSettings

Information on Users email notifications settings

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