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": "38d37e4a-bd72-43e3-b222-dc1056a1379f",
"SiteUUID": "7fb1d21b-3527-403f-85e2-ada4329b7cee",
"Username": "sample string 3",
"Name": "sample string 4",
"EmailAddress": "sample string 5",
"nfcTagUUID": "c4bc7bfc-a73b-44d1-ab97-b771ae09fc25",
"nfcTagGenerateDate": "2026-08-09T18:12:20.2858042+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>7fb1d21b-3527-403f-85e2-ada4329b7cee</SiteUUID> <UserUUID>38d37e4a-bd72-43e3-b222-dc1056a1379f</UserUUID> <Username>sample string 3</Username> <nfcTagGenerateDate>2026-08-09T18:12:20.2858042+01:00</nfcTagGenerateDate> <nfcTagUUID>c4bc7bfc-a73b-44d1-ab97-b771ae09fc25</nfcTagUUID> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.