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": "d9640ed8-33f0-4b0d-aa82-065757574cef",
"ContactAPPkey": "8d9f705c-fccf-4dc4-9e0f-c398afbbeffd",
"ContactId": "f8d25311-409d-4ef4-a754-690ec990243c",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-09-07T12:03:26.0995432+00:00",
"Statuskey": "2a40ad83-3ba5-44a5-8fa6-8972d9776bd4",
"IsEnabled": true,
"AccountId": "3f1a8be5-cc0e-48d0-bc80-aaa499f77589",
"AccountName": "sample string 3",
"AccountEmail": "sample string 4",
"Category": "sample string 5",
"appAccessKey": "sample string 6",
"AccountLogo": "sample string 7"
},
{
"UserId": "d9640ed8-33f0-4b0d-aa82-065757574cef",
"ContactAPPkey": "8d9f705c-fccf-4dc4-9e0f-c398afbbeffd",
"ContactId": "f8d25311-409d-4ef4-a754-690ec990243c",
"Accountkey": 1,
"Contactkey": 2,
"CreatedOn": "2026-09-07T12:03:26.0995432+00:00",
"Statuskey": "2a40ad83-3ba5-44a5-8fa6-8972d9776bd4",
"IsEnabled": true,
"AccountId": "3f1a8be5-cc0e-48d0-bc80-aaa499f77589",
"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>3f1a8be5-cc0e-48d0-bc80-aaa499f77589</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>8d9f705c-fccf-4dc4-9e0f-c398afbbeffd</ContactAPPkey>
<ContactId>f8d25311-409d-4ef4-a754-690ec990243c</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-09-07T12:03:26.0995432+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>2a40ad83-3ba5-44a5-8fa6-8972d9776bd4</Statuskey>
<UserId>d9640ed8-33f0-4b0d-aa82-065757574cef</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
<UserAccountContactModel>
<AccountEmail>sample string 4</AccountEmail>
<AccountId>3f1a8be5-cc0e-48d0-bc80-aaa499f77589</AccountId>
<AccountLogo>sample string 7</AccountLogo>
<AccountName>sample string 3</AccountName>
<Accountkey>1</Accountkey>
<Category>sample string 5</Category>
<ContactAPPkey>8d9f705c-fccf-4dc4-9e0f-c398afbbeffd</ContactAPPkey>
<ContactId>f8d25311-409d-4ef4-a754-690ec990243c</ContactId>
<Contactkey>2</Contactkey>
<CreatedOn>2026-09-07T12:03:26.0995432+00:00</CreatedOn>
<IsEnabled>true</IsEnabled>
<Statuskey>2a40ad83-3ba5-44a5-8fa6-8972d9776bd4</Statuskey>
<UserId>d9640ed8-33f0-4b0d-aa82-065757574cef</UserId>
<appAccessKey>sample string 6</appAccessKey>
</UserAccountContactModel>
</ArrayOfUserAccountContactModel>