GET api/User/IsUniqueName?value={value}¤tValue={currentValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| value | string |
Required |
|
| currentValue | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RemoteValidationJson| Name | Description | Type | Additional information |
|---|---|---|---|
| isValid | boolean |
None. |
|
| value | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isValid": true,
"value": "sample string 2"
}
