GET api/User/GetSingleUser/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| AccountId | integer |
None. |
|
| Username | string |
None. |
|
| Role | byte |
None. |
|
| ContactId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DateOfBirth | date |
None. |
|
| UserStatus | byte |
None. |
|
| RecordStatus | byte |
None. |
|
| CreatedOn | date |
None. |
|
| Password | string |
None. |
|
| Name | string |
None. |
|
| RoleTypeName | string |
None. |
|
| ServiceOrderAssignDto | Collection of ServiceOrderAssignDto |
None. |
|
| ContactDto | ContactDto |
None. |
|
| AccountDto | AccountDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
