GET api/user/myaccounts?Token={Token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserAccountContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| ContactAPPkey | globally unique identifier |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| Accountkey | integer |
None. |
|
| Contactkey | integer |
None. |
|
| CreatedOn | date |
None. |
|
| Statuskey | globally unique identifier |
None. |
|
| IsEnabled | boolean |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| AccountName | string |
None. |
|
| AccountEmail | string |
None. |
|
| Category | string |
None. |
|
| appAccessKey | string |
None. |
|
| AccountLogo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserId": "b85706c4-2840-40bb-b656-ac90e12cec8a",
"ContactAPPkey": "ea67bc25-e945-4425-9a4a-78182ec3a2d7",
"ContactId": "dd60c791-3ca2-4f2e-aaf2-39fa968f3ca5",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2025-12-14T15:30:31.9280686+00:00",
"Statuskey": "c7266927-3955-403c-b172-eda7b5a563b5",
"IsEnabled": true,
"AccountId": "0d655449-9b05-435c-80ef-498a709e94c9",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "b85706c4-2840-40bb-b656-ac90e12cec8a",
"ContactAPPkey": "ea67bc25-e945-4425-9a4a-78182ec3a2d7",
"ContactId": "dd60c791-3ca2-4f2e-aaf2-39fa968f3ca5",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2025-12-14T15:30:31.9280686+00:00",
"Statuskey": "c7266927-3955-403c-b172-eda7b5a563b5",
"IsEnabled": true,
"AccountId": "0d655449-9b05-435c-80ef-498a709e94c9",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfUserAccountContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>0d655449-9b05-435c-80ef-498a709e94c9</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>ea67bc25-e945-4425-9a4a-78182ec3a2d7</ContactAPPkey>
<ContactId>dd60c791-3ca2-4f2e-aaf2-39fa968f3ca5</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2025-12-14T15:30:31.9280686+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>c7266927-3955-403c-b172-eda7b5a563b5</Statuskey>
<UserId>b85706c4-2840-40bb-b656-ac90e12cec8a</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>0d655449-9b05-435c-80ef-498a709e94c9</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>ea67bc25-e945-4425-9a4a-78182ec3a2d7</ContactAPPkey>
<ContactId>dd60c791-3ca2-4f2e-aaf2-39fa968f3ca5</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2025-12-14T15:30:31.9280686+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>c7266927-3955-403c-b172-eda7b5a563b5</Statuskey>
<UserId>b85706c4-2840-40bb-b656-ac90e12cec8a</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>