POST v2/members/activate
Activate the account for member
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inDto |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "token": "sample string 1", "member_id": "sample string 2", "aid": "sample string 3", "expiration": 4 }
application/xml, text/xml
Sample:
<ActivateMemberInDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Web.API.Models.Input.V2"> <aid>sample string 3</aid> <expiration>4</expiration> <member_id>sample string 2</member_id> <token>sample string 1</token> </ActivateMemberInDto>
application/x-www-form-urlencoded
Sample:
Sample not available.