GET api/user/account?Token={Token}&AccountId={AccountId}&ContactId={ContactId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| AccountId | string |
Required |
|
| ContactId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LoginResponseMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| IsLoginSuccess |
IsLoginSuccess |
boolean |
None. |
| Message | string |
None. |
|
| AccessToken | string |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Status | string |
None. |
|
| CreateInteractionUrl | string |
None. |
|
| RegisterUrl | string |
None. |
|
| ForgotPasswordUrl | string |
None. |
|
| CompanyName | string |
None. |
|
| ShowOnBoarding | boolean |
None. |
|
| AppPlan | AppPlan |
None. |
|
| AppMenu | DataTable |
None. |
|
| AppInfo | DataTable |
None. |
|
| AutoSignUp | boolean |
None. |
|
| CreateFirstInteraction | boolean |
None. |
|
| AllowEditInteraction | boolean |
None. |
|
| AllowAddInteraction | boolean |
None. |
|
| AllowDeleteAccount | boolean |
None. |
|
| WhatInteractionVideo | string |
None. |
|
| CreateMeetingUrl | string |
None. |
|
| STPServiceUrl | string |
None. |
|
| STPServiceKey | string |
None. |
|
| STPAppKey | string |
None. |
|
| UserInfo | UserInfo |
None. |
|
| ProfileImageUrl | string |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| AuthResponse | AuthResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsLoginSuccess": true,
"Message": "sample string 2",
"AccessToken": "sample string 3",
"Name": "sample string 4",
"Email": "sample string 5",
"Status": "sample string 6",
"CreateInteractionUrl": "sample string 7",
"RegisterUrl": "sample string 8",
"ForgotPasswordUrl": "sample string 9",
"CompanyName": "sample string 10",
"ShowOnBoarding": true,
"AppPlan": {
"PlanName": "sample string 1",
"Status": "sample string 2",
"StatusColor": "sample string 3"
},
"AppMenu": null,
"AppInfo": [],
"AutoSignUp": true,
"CreateFirstInteraction": true,
"AllowEditInteraction": true,
"AllowAddInteraction": true,
"AllowDeleteAccount": true,
"WhatInteractionVideo": "sample string 17",
"CreateMeetingUrl": "sample string 18",
"STPServiceUrl": "sample string 19",
"STPServiceKey": "sample string 20",
"STPAppKey": "sample string 21",
"UserInfo": {
"AppAccessKey": "sample string 1",
"AdsObjKey": "sample string 2",
"ContactKey": 1,
"ContactId": "sample string 3",
"AdsObjId": "sample string 4",
"ContactFirstName": "sample string 5",
"ContactLastName": "sample string 6",
"ContactStatusId": {},
"ContactAddressLine1": "sample string 8",
"ContactCity": "sample string 9",
"ContactState": "sample string 10",
"ContactZipCode": "sample string 11",
"ContactCountry": "sample string 12",
"ContactEmail": "sample string 13",
"ContactPhone": "sample string 14",
"ContactUserTypeId": 1,
"CMPRoleId": 1,
"SpectrumRoleId": 1,
"XYZReviewsRoleId": 1,
"VSPRoleId": 1,
"ContactCreatedOn": "2025-11-01T23:42:08.5961336+00:00",
"ContactModifiedOn": "2025-11-01T23:42:08.5961336+00:00",
"ContactFullName": "sample string 15",
"IsMobileVerified": true,
"AccountKey": 1,
"AccountId": "sample string 16",
"AccountName": "sample string 17",
"CableCompanyId": {},
"AccountAddressLine1": "sample string 19",
"AccountCity": "sample string 20",
"AccountState": "sample string 21",
"AccountZipCode": "sample string 22",
"AccountCountry": "sample string 23",
"AccountEmail": "sample string 24",
"AccountPhone": "sample string 25",
"AccountTypeId": 1,
"Website": {},
"PrimaryContactId": {},
"FBUrl": {},
"GooglePlaceId": {},
"MySiteUrl": {},
"IsSpectrumAvailable": 1,
"IsVSPAvailable": 1,
"IsWirelessAvailable": 1,
"IsXyzPaysAvailable": 1,
"IsXyzReviewsAvailable": 1,
"SpectrumAccountStatus": 1,
"SpectrumTrendId": 1,
"XyzReviewsOrderDate": "2025-11-01T23:42:08.5961336+00:00",
"XyzReviewsOrderId": "sample string 31",
"AccountCreatedOn": "2025-11-01T23:42:08.5961336+00:00",
"ACCountModifiedOn": "2025-11-01T23:42:08.5961336+00:00",
"CMPCreatedOn": "2025-11-01T23:42:08.5961336+00:00",
"IsXYZReviewsAccount": true,
"IsCRMAvailable": true,
"XYZReviewsProductName": "sample string 32",
"XYZReviewsPaymentMethod": "sample string 33",
"SubscriptionEndDate": "2025-11-01T23:42:08.5961336+00:00",
"SubscriptionCancelDate": "2025-11-01T23:42:08.5961336+00:00",
"Subscriptionprice": 1.0,
"XYZRetailerId": {},
"PassKey": "sample string 35",
"B2CRole": "sample string 36"
},
"ProfileImageUrl": "sample string 22",
"AccountId": "a6885b37-d25a-4311-a4de-2c42abb8cc1b",
"ContactId": "55814ab3-cada-4aa5-a170-2cb855ad9186",
"AuthResponse": {
"Id": "sample string 1",
"Token": "sample string 2",
"RefreshToken": "sample string 3"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.