POST v1/users/update
updates user properties
Request Information
URI Parameters
None.
Body Parameters
user
ConfidenceApps.Interfaces.Portal.IDomainUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Address |
The Address data. |
ConfidenceApps.Interfaces.Portal.IAddress |
None. |
| Agb |
Gets if the general terms and conditions have been accepted. |
boolean |
None. |
| Company |
The name of the company, the user is working for. |
string |
None. |
| Domain |
The existing Confidence Center domain of the user. |
string |
None. |
|
The contact E-Mail-Address of the user. |
string |
None. |
|
| Firstname |
The user´s first name. |
string |
None. |
| IpAddress |
To be described. |
string |
None. |
| Name |
The user´s surname. |
string |
None. |
| Password |
The user´s account password. |
string |
None. |
| Phone |
The phone number. |
string |
None. |
| UserId |
The user number linking the user inside the domain. |
string |
None. |
| Username |
The Username for login. |
string |
None. |
| UstId |
The corporation´s value-added tax identification number. |
string |
None. |
| CApps |
List of comma separated capp ids |
Collection of globally unique identifier |
None. |
| CustomInformation |
custom information used to display extended infos in reports. |
string |
None. |
Request Formats
application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |