PUT api/User/{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": "aec334dd-0dd9-4a25-99e8-5ed0a206025b",
"SiteUUID": "e06dc297-cc8d-4dd5-aff8-b722343977dd",
"Username": "sample string 3",
"Name": "sample string 4",
"EmailAddress": "sample string 5",
"nfcTagUUID": "3a3ea9e8-ab07-4bad-a4f0-f1408ed479ef",
"nfcTagGenerateDate": "2026-09-27T02:07:28.7634216+01: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>e06dc297-cc8d-4dd5-aff8-b722343977dd</SiteUUID> <UserUUID>aec334dd-0dd9-4a25-99e8-5ed0a206025b</UserUUID> <Username>sample string 3</Username> <nfcTagGenerateDate>2026-09-27T02:07:28.7634216+01:00</nfcTagGenerateDate> <nfcTagUUID>3a3ea9e8-ab07-4bad-a4f0-f1408ed479ef</nfcTagUUID> </User>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.