POST api/User
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| ChangePassword | boolean |
None. |
|
| ID | integer |
None. |
|
| UserName | string |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| string |
None. |
||
| IsSuperUser | boolean |
None. |
|
| CreatedBy | string |
None. |
|
| Created | date |
None. |
|
| ChangedBy | string |
None. |
|
| Changed | date |
None. |
|
| Active | boolean |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FullName": "sample string 5 sample string 4",
"ChangePassword": true,
"ID": 2,
"UserName": "sample string 3",
"LastName": "sample string 4",
"FirstName": "sample string 5",
"Mail": "sample string 6",
"IsSuperUser": true,
"CreatedBy": "sample string 8",
"Created": "2026-04-06T05:26:11.0975766+01:00",
"ChangedBy": "sample string 10",
"Changed": "2026-04-06T05:26:11.0975766+01:00",
"Active": true,
"Password": "sample string 13"
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cpi_api.Models"> <Active>true</Active> <ChangePassword>true</ChangePassword> <Changed>2026-04-06T05:26:11.0975766+01:00</Changed> <ChangedBy>sample string 10</ChangedBy> <Created>2026-04-06T05:26:11.0975766+01:00</Created> <CreatedBy>sample string 8</CreatedBy> <FirstName>sample string 5</FirstName> <ID>2</ID> <IsSuperUser>true</IsSuperUser> <LastName>sample string 4</LastName> <Mail>sample string 6</Mail> <Password>sample string 13</Password> <UserName>sample string 3</UserName> </User>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
User| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| ChangePassword | boolean |
None. |
|
| ID | integer |
None. |
|
| UserName | string |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| string |
None. |
||
| IsSuperUser | boolean |
None. |
|
| CreatedBy | string |
None. |
|
| Created | date |
None. |
|
| ChangedBy | string |
None. |
|
| Changed | date |
None. |
|
| Active | boolean |
None. |
|
| Password | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FullName": "sample string 5 sample string 4",
"ChangePassword": true,
"ID": 2,
"UserName": "sample string 3",
"LastName": "sample string 4",
"FirstName": "sample string 5",
"Mail": "sample string 6",
"IsSuperUser": true,
"CreatedBy": "sample string 8",
"Created": "2026-04-06T05:26:11.2538292+01:00",
"ChangedBy": "sample string 10",
"Changed": "2026-04-06T05:26:11.2538292+01:00",
"Active": true,
"Password": "sample string 13"
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cpi_api.Models"> <Active>true</Active> <ChangePassword>true</ChangePassword> <Changed>2026-04-06T05:26:11.2538292+01:00</Changed> <ChangedBy>sample string 10</ChangedBy> <Created>2026-04-06T05:26:11.2538292+01:00</Created> <CreatedBy>sample string 8</CreatedBy> <FirstName>sample string 5</FirstName> <ID>2</ID> <IsSuperUser>true</IsSuperUser> <LastName>sample string 4</LastName> <Mail>sample string 6</Mail> <Password>sample string 13</Password> <UserName>sample string 3</UserName> </User>