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": "41d5daed-02f3-4d6d-b53d-b51cc1f20f1c",
"ContactAPPkey": "490d9e66-4170-4195-8db9-6e5841c41cd7",
"ContactId": "1ede300c-9f3c-4349-a207-443de207b138",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-02T05:28:57.3923899+00:00",
"Statuskey": "ce60284b-ebe3-4c3c-9de4-c78183869be3",
"IsEnabled": true,
"AccountId": "6182224b-296a-45a7-97fe-f76d31b4e531",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "41d5daed-02f3-4d6d-b53d-b51cc1f20f1c",
"ContactAPPkey": "490d9e66-4170-4195-8db9-6e5841c41cd7",
"ContactId": "1ede300c-9f3c-4349-a207-443de207b138",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-01-02T05:28:57.3923899+00:00",
"Statuskey": "ce60284b-ebe3-4c3c-9de4-c78183869be3",
"IsEnabled": true,
"AccountId": "6182224b-296a-45a7-97fe-f76d31b4e531",
"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>6182224b-296a-45a7-97fe-f76d31b4e531</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>490d9e66-4170-4195-8db9-6e5841c41cd7</ContactAPPkey>
<ContactId>1ede300c-9f3c-4349-a207-443de207b138</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-02T05:28:57.3923899+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>ce60284b-ebe3-4c3c-9de4-c78183869be3</Statuskey>
<UserId>41d5daed-02f3-4d6d-b53d-b51cc1f20f1c</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>6182224b-296a-45a7-97fe-f76d31b4e531</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>490d9e66-4170-4195-8db9-6e5841c41cd7</ContactAPPkey>
<ContactId>1ede300c-9f3c-4349-a207-443de207b138</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-01-02T05:28:57.3923899+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>ce60284b-ebe3-4c3c-9de4-c78183869be3</Statuskey>
<UserId>41d5daed-02f3-4d6d-b53d-b51cc1f20f1c</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>