POST api/PerksSSO/AuthenticateSSO
Request Information
URI Parameters
None.
Body Parameters
SSOCredentials| Name | Description | Type | Additional information |
|---|---|---|---|
| BearerToken | string |
None. |
|
| PassKey | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BearerToken": "sample string 1",
"PassKey": "sample string 2",
"CompanyID": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JEPerkUser| Name | Description | Type | Additional information |
|---|---|---|---|
| BillingFirstName | string |
None. |
|
| BillingLastName | string |
None. |
|
| EmailAddress | string |
None. |
|
| CompanyID | integer |
None. |
|
| CompanyName | string |
None. |
|
| BSCustomerID | string |
None. |
|
| UID | string |
None. |
|
| IsActive | boolean |
None. |
|
| isSSOAuthorized | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"BillingFirstName": "sample string 1",
"BillingLastName": "sample string 2",
"EmailAddress": "sample string 3",
"CompanyID": 1,
"CompanyName": "sample string 4",
"BSCustomerID": "sample string 5",
"UID": "sample string 6",
"IsActive": true,
"isSSOAuthorized": true
}