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": "15a32e35-8239-4a33-8976-d66ca148ed35",
"ContactAPPkey": "970eb134-734f-42e8-a861-95610dbd81f8",
"ContactId": "fc142581-8cc7-44cc-8c87-21177e2a4fab",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-24T18:59:24.4968056+00:00",
"Statuskey": "4cb4cab2-9c5c-412a-a1e0-b6f8e2882d75",
"IsEnabled": true,
"AccountId": "24dacd84-8eee-45a1-bf03-f8747bf75c05",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "15a32e35-8239-4a33-8976-d66ca148ed35",
"ContactAPPkey": "970eb134-734f-42e8-a861-95610dbd81f8",
"ContactId": "fc142581-8cc7-44cc-8c87-21177e2a4fab",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-24T18:59:24.4968056+00:00",
"Statuskey": "4cb4cab2-9c5c-412a-a1e0-b6f8e2882d75",
"IsEnabled": true,
"AccountId": "24dacd84-8eee-45a1-bf03-f8747bf75c05",
"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>24dacd84-8eee-45a1-bf03-f8747bf75c05</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>970eb134-734f-42e8-a861-95610dbd81f8</ContactAPPkey>
<ContactId>fc142581-8cc7-44cc-8c87-21177e2a4fab</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-24T18:59:24.4968056+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>4cb4cab2-9c5c-412a-a1e0-b6f8e2882d75</Statuskey>
<UserId>15a32e35-8239-4a33-8976-d66ca148ed35</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>24dacd84-8eee-45a1-bf03-f8747bf75c05</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>970eb134-734f-42e8-a861-95610dbd81f8</ContactAPPkey>
<ContactId>fc142581-8cc7-44cc-8c87-21177e2a4fab</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-24T18:59:24.4968056+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>4cb4cab2-9c5c-412a-a1e0-b6f8e2882d75</Statuskey>
<UserId>15a32e35-8239-4a33-8976-d66ca148ed35</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>