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": "aa5080c3-1fce-4899-8da9-3b410e745f47",
"ContactAPPkey": "0735aed5-a1a8-4f35-9049-1406e8c37e1a",
"ContactId": "65949ab3-911d-45a5-b5e4-b9786a366477",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-02-09T03:18:13.6781758+00:00",
"Statuskey": "166b77da-a49c-4645-bfbe-81861beb1510",
"IsEnabled": true,
"AccountId": "a001bfe3-28bd-4cdf-b47a-03796e480425",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "aa5080c3-1fce-4899-8da9-3b410e745f47",
"ContactAPPkey": "0735aed5-a1a8-4f35-9049-1406e8c37e1a",
"ContactId": "65949ab3-911d-45a5-b5e4-b9786a366477",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-02-09T03:18:13.6781758+00:00",
"Statuskey": "166b77da-a49c-4645-bfbe-81861beb1510",
"IsEnabled": true,
"AccountId": "a001bfe3-28bd-4cdf-b47a-03796e480425",
"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>a001bfe3-28bd-4cdf-b47a-03796e480425</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>0735aed5-a1a8-4f35-9049-1406e8c37e1a</ContactAPPkey>
<ContactId>65949ab3-911d-45a5-b5e4-b9786a366477</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-02-09T03:18:13.6781758+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>166b77da-a49c-4645-bfbe-81861beb1510</Statuskey>
<UserId>aa5080c3-1fce-4899-8da9-3b410e745f47</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>a001bfe3-28bd-4cdf-b47a-03796e480425</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>0735aed5-a1a8-4f35-9049-1406e8c37e1a</ContactAPPkey>
<ContactId>65949ab3-911d-45a5-b5e4-b9786a366477</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-02-09T03:18:13.6781758+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>166b77da-a49c-4645-bfbe-81861beb1510</Statuskey>
<UserId>aa5080c3-1fce-4899-8da9-3b410e745f47</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>