POST api/userprofile/disableUsersUpdateEmail

Method allows user to enable/disable option for updating emails for specific customers.

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
DisableUsersFromUpdatingEmail

Disable users from updating email

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "disableUsersFromUpdatingEmail": true
}

Response Information

None.