POST api/user/logoutuser
Request Information
URI Parameters
None.
Body Parameters
UserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | globally unique identifier |
None. |
|
| username_txt | string |
None. |
|
| password_txt | string |
None. |
|
| display_txt | string |
None. |
|
| first_name_txt | string |
None. |
|
| last_name_txt | string |
None. |
|
| license_txt | string |
None. |
|
| npi_txt | string |
None. |
|
| signature_img | Collection of byte |
None. |
|
| address_1_txt | string |
None. |
|
| address_2_txt | string |
None. |
|
| city_txt | string |
None. |
|
| state_txt | string |
None. |
|
| zip_txt | string |
None. |
|
| phone_1_txt | string |
None. |
|
| phone_2_txt | string |
None. |
|
| phone_3_txt | string |
None. |
|
| active_ind | boolean |
None. |
|
| locked_ind | boolean |
None. |
|
| bad_login_cnt | integer |
None. |
|
| last_login_dt | date |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| email_address_txt | string |
None. |
|
| temp_password_ind | boolean |
None. |
|
| QEUserID | integer |
None. |
|
| practice_id | globally unique identifier |
None. |
|
| can_sign | boolean |
None. |
|
| federal_tax_id_type_txt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": "5f21f94a-7a3c-4018-b6ba-48950b52ca74",
"username_txt": "sample string 1",
"password_txt": "sample string 2",
"display_txt": "sample string 3",
"first_name_txt": "sample string 4",
"last_name_txt": "sample string 5",
"license_txt": "sample string 6",
"npi_txt": "sample string 7",
"signature_img": "QEA=",
"address_1_txt": "sample string 8",
"address_2_txt": "sample string 9",
"city_txt": "sample string 10",
"state_txt": "sample string 11",
"zip_txt": "sample string 12",
"phone_1_txt": "sample string 13",
"phone_2_txt": "sample string 14",
"phone_3_txt": "sample string 15",
"active_ind": true,
"locked_ind": true,
"bad_login_cnt": 18,
"last_login_dt": "2026-02-04T02:49:29.8913599+00:00",
"created_dt": "2026-02-04T02:49:29.8913599+00:00",
"created_by": "05571962-6ce2-4335-9bd7-03eb8870f5db",
"updated_dt": "2026-02-04T02:49:29.8913599+00:00",
"updated_by": "c14ea380-cee1-4d0b-b045-362cf223e07e",
"email_address_txt": "sample string 22",
"temp_password_ind": true,
"qeUserID": 24,
"practice_id": "27dc69af-54a1-445c-96cb-796c34b8a5fe",
"can_sign": true,
"federal_tax_id_type_txt": "sample string 27"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |