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": "e037d021-21a2-4922-b3c7-9d2f7ead921e",
"ContactAPPkey": "68933ecb-1db9-44dd-a012-e002118315ce",
"ContactId": "0c1a4c4b-aa36-4d7c-8403-daca10b12973",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-05-16T06:29:18.2329116+00:00",
"Statuskey": "d9274328-3d37-4048-a550-0c488190af61",
"IsEnabled": true,
"AccountId": "228d36e6-b148-4e64-a021-33b2e7f689d4",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "e037d021-21a2-4922-b3c7-9d2f7ead921e",
"ContactAPPkey": "68933ecb-1db9-44dd-a012-e002118315ce",
"ContactId": "0c1a4c4b-aa36-4d7c-8403-daca10b12973",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-05-16T06:29:18.2329116+00:00",
"Statuskey": "d9274328-3d37-4048-a550-0c488190af61",
"IsEnabled": true,
"AccountId": "228d36e6-b148-4e64-a021-33b2e7f689d4",
"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>228d36e6-b148-4e64-a021-33b2e7f689d4</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>68933ecb-1db9-44dd-a012-e002118315ce</ContactAPPkey>
<ContactId>0c1a4c4b-aa36-4d7c-8403-daca10b12973</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-05-16T06:29:18.2329116+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>d9274328-3d37-4048-a550-0c488190af61</Statuskey>
<UserId>e037d021-21a2-4922-b3c7-9d2f7ead921e</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>228d36e6-b148-4e64-a021-33b2e7f689d4</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>68933ecb-1db9-44dd-a012-e002118315ce</ContactAPPkey>
<ContactId>0c1a4c4b-aa36-4d7c-8403-daca10b12973</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-05-16T06:29:18.2329116+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>d9274328-3d37-4048-a550-0c488190af61</Statuskey>
<UserId>e037d021-21a2-4922-b3c7-9d2f7ead921e</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>