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": "4d2ed2d3-d2ef-4cfa-a3cc-fc2fbaed699a",
"ContactAPPkey": "91330c4a-8197-4a55-8f08-6489d5a46dda",
"ContactId": "09cd5ab5-a147-4e37-b8b7-839e3087e623",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-20T22:21:04.3564248+00:00",
"Statuskey": "06fd6c20-f0ad-4f54-b1cb-71fae2e2e1cc",
"IsEnabled": true,
"AccountId": "6fea1b68-ceb1-4740-a64f-ab6f468610f5",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "4d2ed2d3-d2ef-4cfa-a3cc-fc2fbaed699a",
"ContactAPPkey": "91330c4a-8197-4a55-8f08-6489d5a46dda",
"ContactId": "09cd5ab5-a147-4e37-b8b7-839e3087e623",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-20T22:21:04.3564248+00:00",
"Statuskey": "06fd6c20-f0ad-4f54-b1cb-71fae2e2e1cc",
"IsEnabled": true,
"AccountId": "6fea1b68-ceb1-4740-a64f-ab6f468610f5",
"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>6fea1b68-ceb1-4740-a64f-ab6f468610f5</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>91330c4a-8197-4a55-8f08-6489d5a46dda</ContactAPPkey>
<ContactId>09cd5ab5-a147-4e37-b8b7-839e3087e623</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-20T22:21:04.3564248+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>06fd6c20-f0ad-4f54-b1cb-71fae2e2e1cc</Statuskey>
<UserId>4d2ed2d3-d2ef-4cfa-a3cc-fc2fbaed699a</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>6fea1b68-ceb1-4740-a64f-ab6f468610f5</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>91330c4a-8197-4a55-8f08-6489d5a46dda</ContactAPPkey>
<ContactId>09cd5ab5-a147-4e37-b8b7-839e3087e623</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-20T22:21:04.3564248+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>06fd6c20-f0ad-4f54-b1cb-71fae2e2e1cc</Statuskey>
<UserId>4d2ed2d3-d2ef-4cfa-a3cc-fc2fbaed699a</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>