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": "0a8b1434-d148-4d6a-aa06-c38c0cf3ebcb",
"ContactAPPkey": "5dcb076f-1a67-4f84-96f8-d6cad30df6d0",
"ContactId": "afd5b5ef-5a11-4835-85ea-0f970940ef45",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-05-08T14:42:59.6907424+00:00",
"Statuskey": "0a8f02dd-083a-4164-b934-4be2f03abfe8",
"IsEnabled": true,
"AccountId": "18f9df3f-0a08-4913-a290-2d6ff222a54a",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "0a8b1434-d148-4d6a-aa06-c38c0cf3ebcb",
"ContactAPPkey": "5dcb076f-1a67-4f84-96f8-d6cad30df6d0",
"ContactId": "afd5b5ef-5a11-4835-85ea-0f970940ef45",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-05-08T14:42:59.6907424+00:00",
"Statuskey": "0a8f02dd-083a-4164-b934-4be2f03abfe8",
"IsEnabled": true,
"AccountId": "18f9df3f-0a08-4913-a290-2d6ff222a54a",
"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>18f9df3f-0a08-4913-a290-2d6ff222a54a</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>5dcb076f-1a67-4f84-96f8-d6cad30df6d0</ContactAPPkey>
<ContactId>afd5b5ef-5a11-4835-85ea-0f970940ef45</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-05-08T14:42:59.6907424+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>0a8f02dd-083a-4164-b934-4be2f03abfe8</Statuskey>
<UserId>0a8b1434-d148-4d6a-aa06-c38c0cf3ebcb</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>18f9df3f-0a08-4913-a290-2d6ff222a54a</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>5dcb076f-1a67-4f84-96f8-d6cad30df6d0</ContactAPPkey>
<ContactId>afd5b5ef-5a11-4835-85ea-0f970940ef45</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-05-08T14:42:59.6907424+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>0a8f02dd-083a-4164-b934-4be2f03abfe8</Statuskey>
<UserId>0a8b1434-d148-4d6a-aa06-c38c0cf3ebcb</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>