Helpdesk Email Settings
Query parameters
siteIdinteger · int32Optional
Responses
200
Success
application/json; api-version=1.0
RAS Email Settings
helpDeskEnabledbooleanOptional
Whether Help Desk is Enabled or not
helpDeskEmailstring · nullableOptional
Help Desk Email.
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get/api/HelpdeskEmailSettings
Modify Help Desk Email Settings. For each setting, the request has a corresponding parameter. To modify a setting, specify a matching parameter and its value.
Query parameters
siteIdinteger · int32Optional
The Site Id To Retrieve the Help Desk Email Settings
Body
apLockbooleanOptional
siteIdinteger · int32Optional
The site ID. To obtain the ID of a desired site, use the Get-Sites cmdlet.
helpdeskEnabledboolean · nullableOptional
Whether RAS Helpdesk is enabled.
helpdeskEmailstring · nullableOptional
RAS Helpdesk email.
Responses
204
No Content
No content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put/api/HelpdeskEmailSettings
No content
Last updated