POST Api/SignupExternalUser?provider={provider}&code={code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| provider | string |
Required |
|
| code | string |
Required |
Body Parameters
RegisterPersonBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| Name | string |
Required Matching regular expression pattern: ^[a-zA-Z ]*$ |
|
| Gender | Gender |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Name": "sample string 2",
"Gender": 0
}
application/xml, text/xml
Sample:
<RegisterPersonBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <Email>sample string 1</Email> <Gender>NotSpecified</Gender> <Name>sample string 2</Name> </RegisterPersonBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.