PUT User
Request Information
URI Parameters
None.
Body Parameters
UserCredentials| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
String length: inclusive between 5 and 255 |
|
| Password | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.