POST api/userprofile/disableUsersUpdateEmail
Method allows user to enable/disable option for updating emails for specific customers.
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DisableUsersFromUpdatingEmail |
Disable users from updating email |
boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "disableUsersFromUpdatingEmail": true }
Response Information
None.