PUT api/User/PutUser/{site}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| site | globally unique identifier |
Required |
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Username | string |
None. |
|
| Name | string |
None. |
|
| EmailAddress | string |
None. |
|
| nfcTagUUID | globally unique identifier |
None. |
|
| nfcTagGenerateDate | date |
None. |
|
| HasPendingPlant | boolean |
None. |
|
| Enabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "8d885cdc-15bd-459b-a694-823b642daac2",
"SiteUUID": "6c80b632-3b94-417d-9135-826c61943ed7",
"Username": "sample string 3",
"Name": "sample string 4",
"EmailAddress": "sample string 5",
"nfcTagUUID": "fcb13622-7609-4884-b96f-7c9e003195a9",
"nfcTagGenerateDate": "2025-12-11T16:03:37.9338997+00:00",
"HasPendingPlant": true,
"Enabled": true
}
text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineManagementSystemWebApi.Models"> <EmailAddress>sample string 5</EmailAddress> <Enabled>true</Enabled> <HasPendingPlant>true</HasPendingPlant> <Name>sample string 4</Name> <SiteUUID>6c80b632-3b94-417d-9135-826c61943ed7</SiteUUID> <UserUUID>8d885cdc-15bd-459b-a694-823b642daac2</UserUUID> <Username>sample string 3</Username> <nfcTagGenerateDate>2025-12-11T16:03:37.9338997+00:00</nfcTagGenerateDate> <nfcTagUUID>fcb13622-7609-4884-b96f-7c9e003195a9</nfcTagUUID> </User>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.