POST api/{version}/OAuth/SignIn
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
SignInUser| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| first_name | string |
None. |
|
| last_name | string |
None. |
|
| email_address | string |
None. |
|
| password | string |
None. |
|
| domain | string |
None. |
|
| account_activated | boolean |
None. |
|
| is_fromSSO | boolean |
None. |
|
| issuer_changed | boolean |
None. |
|
| issuer | string |
None. |
|
| is_ssoenabled | boolean |
None. |
|
| corporate_offer_elligible | boolean |
None. |
|
| check_corporate_offer_elligibility | boolean |
None. |
|
| coporate_offers_eligibility | CorporateOffersEligibility |
None. |
|
| registered_product_sku | Collection of integer |
None. |
|
| phone_number | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": 1,
"first_name": "sample string 2",
"last_name": "sample string 3",
"email_address": "sample string 4",
"password": "sample string 5",
"domain": "sample string 6",
"account_activated": true,
"is_fromSSO": true,
"issuer_changed": true,
"issuer": "sample string 10",
"is_ssoenabled": true,
"corporate_offer_elligible": true,
"check_corporate_offer_elligibility": true,
"coporate_offers_eligibility": {
"CorporateId": 1,
"DomainAddress": "sample string 2",
"IsCorporateCodeRequired": true,
"CorporateName": "sample string 4",
"CorporateCommunicationEmailAddress": "sample string 5"
},
"registered_product_sku": [
1,
2
],
"phone_number": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.