GET api/User/ValidateWhiteListWithoutIPAddress
Request Information
URI Parameters
None.
Body Parameters
UserModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Name | string |
None. |
|
UserName | string |
None. |
|
Password | string |
None. |
|
Enabled | boolean |
None. |
|
Created | date |
None. |
|
Expires | date |
None. |
|
UserType | string |
None. |
|
string |
None. |
||
Logo | string |
None. |
|
ClientLimit | integer |
None. |
|
IPAddress | string |
None. |
|
Description | string |
None. |
|
IsMaster | boolean |
None. |
|
MasterUserID | integer |
None. |
|
ClientID | integer |
None. |
|
SaveSearchAccess | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Name": "sample string 2", "UserName": "sample string 3", "Password": "sample string 4", "Enabled": true, "Created": "2024-11-21T17:16:45.9813492-05:00", "Expires": "2024-11-21T17:16:45.9813492-05:00", "UserType": "sample string 8", "Email": "sample string 9", "Logo": "sample string 10", "ClientLimit": 11, "IPAddress": "sample string 12", "Description": "sample string 13", "IsMaster": true, "MasterUserID": 15, "ClientID": 16, "SaveSearchAccess": true }
application/xml, text/xml
Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAWebAPI.Models"> <ClientID>16</ClientID> <ClientLimit>11</ClientLimit> <Created>2024-11-21T17:16:45.9813492-05:00</Created> <Description>sample string 13</Description> <Email>sample string 9</Email> <Enabled>true</Enabled> <Expires>2024-11-21T17:16:45.9813492-05:00</Expires> <ID>1</ID> <IPAddress>sample string 12</IPAddress> <IsMaster>true</IsMaster> <Logo>sample string 10</Logo> <MasterUserID>15</MasterUserID> <Name>sample string 2</Name> <Password>sample string 4</Password> <SaveSearchAccess>true</SaveSearchAccess> <UserName>sample string 3</UserName> <UserType>sample string 8</UserType> </UserModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>