PATCH api/Users/UpdateUserEmail
Request Information
URI Parameters
None.
Body Parameters
UpdateEmailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Account | string |
Required Min length: 1 |
|
| UserId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Account": "sample string 1",
"UserId": 2,
"Email": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.