POST api/Account/ValidateRole
Request Information
URI Parameters
None.
Body Parameters
ValidateRole| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| Role | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"Role": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true