UserManagerServicesGetSettings Method Ingeniux CMS Web Services API

Retrieves the settings of Users email notifications settings

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
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

Reference