GET v1/users/get/{id}
returns user data for given user.id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
4 digit user id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Core.Model.User| Name | Description | Type | Additional information |
|---|---|---|---|
| address | ConfidenceApps.Interfaces.Portal.IAddress |
None. |
|
| Agb | boolean |
None. |
|
| Company | string |
None. |
|
| Domain | string |
None. |
|
| string |
None. |
||
| Firstname | string |
None. |
|
| IpAddress | string |
None. |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| Phone | string |
None. |
|
| UserId |
1000,1001,1002... |
string |
None. |
| Username | string |
None. |
|
| UsernameLabel | string |
None. |
|
| UstId | string |
None. |
|
| CreatedAt | date |
None. |
|
| DeletedAt | date |
None. |
|
| Id |
user.id |
globally unique identifier |
None. |
| ModifiedAt | date |
None. |
|
| ReferenceId | globally unique identifier |
None. |
|
| CApps | Collection of globally unique identifier |
None. |
|
| CustomInformation | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"agb": false,
"domain": "domain.tld",
"username": "",
"createdAt": "0001-01-01T00:00:00",
"modifiedAt": "0001-01-01T00:00:00",
"referenceId": "00000000-0000-0000-0000-000000000000",
"cApps": []
}