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": "06996806-b837-4d27-bfad-706307b27cf9",
"ContactAPPkey": "67416675-1fff-4d15-ba20-83c9a7295157",
"ContactId": "88c54886-88c4-43c1-87de-e5f3fc6f3017",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-09T08:01:54.0572704+00:00",
"Statuskey": "8c9cb4e3-072f-4ed1-b2a8-db7c45ead437",
"IsEnabled": true,
"AccountId": "f0a0154f-7fc7-4975-9e31-3c6cb77bb1b0",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "06996806-b837-4d27-bfad-706307b27cf9",
"ContactAPPkey": "67416675-1fff-4d15-ba20-83c9a7295157",
"ContactId": "88c54886-88c4-43c1-87de-e5f3fc6f3017",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-09T08:01:54.0572704+00:00",
"Statuskey": "8c9cb4e3-072f-4ed1-b2a8-db7c45ead437",
"IsEnabled": true,
"AccountId": "f0a0154f-7fc7-4975-9e31-3c6cb77bb1b0",
"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>f0a0154f-7fc7-4975-9e31-3c6cb77bb1b0</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>67416675-1fff-4d15-ba20-83c9a7295157</ContactAPPkey>
<ContactId>88c54886-88c4-43c1-87de-e5f3fc6f3017</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-09T08:01:54.0572704+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>8c9cb4e3-072f-4ed1-b2a8-db7c45ead437</Statuskey>
<UserId>06996806-b837-4d27-bfad-706307b27cf9</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>f0a0154f-7fc7-4975-9e31-3c6cb77bb1b0</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>67416675-1fff-4d15-ba20-83c9a7295157</ContactAPPkey>
<ContactId>88c54886-88c4-43c1-87de-e5f3fc6f3017</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-09T08:01:54.0572704+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>8c9cb4e3-072f-4ed1-b2a8-db7c45ead437</Statuskey>
<UserId>06996806-b837-4d27-bfad-706307b27cf9</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>