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": "49050596-5dbb-4e58-a422-d121bb790f1b",
"ContactAPPkey": "0d5ca87d-94e2-4bcb-8c2d-2e10e15c3a8a",
"ContactId": "c285437a-e608-42ab-b081-1c6a8681a9cc",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-02-25T02:09:09.3325684+00:00",
"Statuskey": "d4017eeb-ba3a-4b59-80c3-49b3b3269bf3",
"IsEnabled": true,
"AccountId": "f302dbe9-cda7-4f27-9f41-718a0d2305df",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "49050596-5dbb-4e58-a422-d121bb790f1b",
"ContactAPPkey": "0d5ca87d-94e2-4bcb-8c2d-2e10e15c3a8a",
"ContactId": "c285437a-e608-42ab-b081-1c6a8681a9cc",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-02-25T02:09:09.3325684+00:00",
"Statuskey": "d4017eeb-ba3a-4b59-80c3-49b3b3269bf3",
"IsEnabled": true,
"AccountId": "f302dbe9-cda7-4f27-9f41-718a0d2305df",
"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>f302dbe9-cda7-4f27-9f41-718a0d2305df</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>0d5ca87d-94e2-4bcb-8c2d-2e10e15c3a8a</ContactAPPkey>
<ContactId>c285437a-e608-42ab-b081-1c6a8681a9cc</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-02-25T02:09:09.3325684+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>d4017eeb-ba3a-4b59-80c3-49b3b3269bf3</Statuskey>
<UserId>49050596-5dbb-4e58-a422-d121bb790f1b</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>f302dbe9-cda7-4f27-9f41-718a0d2305df</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>0d5ca87d-94e2-4bcb-8c2d-2e10e15c3a8a</ContactAPPkey>
<ContactId>c285437a-e608-42ab-b081-1c6a8681a9cc</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-02-25T02:09:09.3325684+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>d4017eeb-ba3a-4b59-80c3-49b3b3269bf3</Statuskey>
<UserId>49050596-5dbb-4e58-a422-d121bb790f1b</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>