POST api/user/logoutuser

Request Information

URI Parameters

None.

Body Parameters

UserModel
NameDescriptionTypeAdditional 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": "f4f4691d-fdec-46d2-a5fd-c4e4b2366524",
  "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": "2025-08-29T03:06:39.5626959+00:00",
  "created_dt": "2025-08-29T03:06:39.5626959+00:00",
  "created_by": "1b833800-d0ed-410f-9a40-549abd989e9a",
  "updated_dt": "2025-08-29T03:06:39.5626959+00:00",
  "updated_by": "4a29e95a-df9c-4140-9fc5-052f7a436a47",
  "email_address_txt": "sample string 22",
  "temp_password_ind": true,
  "qeUserID": 24,
  "practice_id": "db8259ae-c55c-4676-8fe4-346e029fdd0b",
  "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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.