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": "474c3d42-5838-42a8-b5fb-e7bfb67e30a5",
"ContactAPPkey": "c9d8ac93-3b5d-42f4-99ac-8fdd23e49480",
"ContactId": "3533045d-e2e9-46f3-a7b3-29278265018d",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-07-22T02:01:25.6686441+00:00",
"Statuskey": "ff5c4412-484f-4e7f-96ab-37aea5fb0c27",
"IsEnabled": true,
"AccountId": "1eb79713-9f42-4578-9d7a-daaa8fc8902f",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "474c3d42-5838-42a8-b5fb-e7bfb67e30a5",
"ContactAPPkey": "c9d8ac93-3b5d-42f4-99ac-8fdd23e49480",
"ContactId": "3533045d-e2e9-46f3-a7b3-29278265018d",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-07-22T02:01:25.6686441+00:00",
"Statuskey": "ff5c4412-484f-4e7f-96ab-37aea5fb0c27",
"IsEnabled": true,
"AccountId": "1eb79713-9f42-4578-9d7a-daaa8fc8902f",
"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>1eb79713-9f42-4578-9d7a-daaa8fc8902f</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>c9d8ac93-3b5d-42f4-99ac-8fdd23e49480</ContactAPPkey>
<ContactId>3533045d-e2e9-46f3-a7b3-29278265018d</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-07-22T02:01:25.6686441+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>ff5c4412-484f-4e7f-96ab-37aea5fb0c27</Statuskey>
<UserId>474c3d42-5838-42a8-b5fb-e7bfb67e30a5</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>1eb79713-9f42-4578-9d7a-daaa8fc8902f</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>c9d8ac93-3b5d-42f4-99ac-8fdd23e49480</ContactAPPkey>
<ContactId>3533045d-e2e9-46f3-a7b3-29278265018d</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-07-22T02:01:25.6686441+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>ff5c4412-484f-4e7f-96ab-37aea5fb0c27</Statuskey>
<UserId>474c3d42-5838-42a8-b5fb-e7bfb67e30a5</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>