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": "d9e1aea0-62e1-4f6f-9345-4123b50971c9",
"SiteUUID": "1ecff708-8df7-48bb-ae33-f1d62f22a84d",
"Username": "sample string 3",
"Name": "sample string 4",
"EmailAddress": "sample string 5",
"nfcTagUUID": "9717618d-4b83-49f0-a4e1-6b859630e4ca",
"nfcTagGenerateDate": "2026-02-12T10:28:28.2784524+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>1ecff708-8df7-48bb-ae33-f1d62f22a84d</SiteUUID> <UserUUID>d9e1aea0-62e1-4f6f-9345-4123b50971c9</UserUUID> <Username>sample string 3</Username> <nfcTagGenerateDate>2026-02-12T10:28:28.2784524+00:00</nfcTagGenerateDate> <nfcTagUUID>9717618d-4b83-49f0-a4e1-6b859630e4ca</nfcTagUUID> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.