PUT api/Users/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
user| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 255 |
|
| Token | string |
String length: inclusive between 0 and 255 |
|
| Created | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Name": "sample string 2",
"Token": "sample string 3",
"Created": "2026-01-31T15:22:06.0484785-06:00"
}
application/xml, text/xml
Sample:
<user xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MainEventsService.Models"> <Created>2026-01-31T15:22:06.0484785-06:00</Created> <Name>sample string 2</Name> <Token>sample string 3</Token> <UserId>1</UserId> </user>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.