POST networks/{id}/canregister

check if user can register the network with this email

Request Information

Parameters

NameDescriptionAdditional information
email
the email address user want to create account with

Define this parameter in the request body.

id
the id of the network

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "return_value": true,
  "code": 2,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<BooleanDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
  <code>2</code>
  <message>sample string 3</message>
  <return_value>true</return_value>
</BooleanDto>