POST api/v2/Users/activate
Request
URI Parameters
Body Parameters
ActivateUserByLoginParams| Name | Description | Type | Additional information |
|---|---|---|---|
| login | string |
Request Formats
application/json, text/json
Sample:
{
"login": "sample string 1"
}
text/html
Sample:
{"login":"sample string 1"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.