PUT api/Users/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| EmailAddress | string |
None. |
|
| Password | string |
None. |
|
| Role | Role |
None. |
|
| APIToken | string |
None. |
|
| Language | string |
None. |
|
| TokenExpiration | date |
None. |
|
| TenantId | integer |
None. |
|
| Tenant | Tenant |
None. |
|
| Street | string |
None. |
|
| Number | string |
None. |
|
| City | string |
None. |
|
| PostalCode | string |
None. |
|
| Country | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Iban | string |
None. |
|
| MobileNumber | string |
None. |
|
| ElectronicBills | boolean |
None. |
|
| CashBills | boolean |
None. |
|
| NewUser | boolean |
None. |
|
| GroupsUsers | Collection of GroupUser |
None. |
|
| RoomReservations | Collection of RoomReservation |
None. |
|
| MaterialReservations | Collection of MaterialReservation |
None. |
|
| UsersGroupAppUsers | Collection of UsersGroupAppUser |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}