POST v1/User/SendActivePass

发送激活邮件

Request Information

Parameters

NameDescriptionAdditional information
sednActivePass
激活信息

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "LanguageId": 2,
  "url": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Count": 1,
  "Message": "sample string 1",
  "Authority": true
}