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": "bc222c82-4b83-4f6e-b699-93ab583125ac",
"ContactAPPkey": "43d2cffb-6729-4d80-bb66-cc71052d941c",
"ContactId": "05c5caa0-9ebd-47d1-9bf3-2e7043f80208",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-04-10T16:21:19.8897599+00:00",
"Statuskey": "e98d1886-5d0c-45b2-aa5e-01100860694b",
"IsEnabled": true,
"AccountId": "dcba45bb-3168-4651-94bc-c0cff042f158",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "bc222c82-4b83-4f6e-b699-93ab583125ac",
"ContactAPPkey": "43d2cffb-6729-4d80-bb66-cc71052d941c",
"ContactId": "05c5caa0-9ebd-47d1-9bf3-2e7043f80208",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-04-10T16:21:19.8897599+00:00",
"Statuskey": "e98d1886-5d0c-45b2-aa5e-01100860694b",
"IsEnabled": true,
"AccountId": "dcba45bb-3168-4651-94bc-c0cff042f158",
"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>dcba45bb-3168-4651-94bc-c0cff042f158</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>43d2cffb-6729-4d80-bb66-cc71052d941c</ContactAPPkey>
<ContactId>05c5caa0-9ebd-47d1-9bf3-2e7043f80208</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-04-10T16:21:19.8897599+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>e98d1886-5d0c-45b2-aa5e-01100860694b</Statuskey>
<UserId>bc222c82-4b83-4f6e-b699-93ab583125ac</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>dcba45bb-3168-4651-94bc-c0cff042f158</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>43d2cffb-6729-4d80-bb66-cc71052d941c</ContactAPPkey>
<ContactId>05c5caa0-9ebd-47d1-9bf3-2e7043f80208</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-04-10T16:21:19.8897599+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>e98d1886-5d0c-45b2-aa5e-01100860694b</Statuskey>
<UserId>bc222c82-4b83-4f6e-b699-93ab583125ac</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>