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 UserAccountContactModelName | 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": "2301aa55-be3e-4662-8b58-9d486c1c1b3c", "ContactAPPkey": "b9ccb43d-9da9-40f1-a0fb-92569a40f331", "ContactId": "3892da40-64ae-4352-813f-f0fa423a1525", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-04-20T20:32:39.5756342+00:00", "Statuskey": "c3fc6f92-f6aa-4ed2-9ac0-6276902fa7c8", "IsEnabled": true, "AccountId": "7044188e-b644-4fa7-97fb-d0a117408cd0", "AccountName": "sample string 3", "AccountEmail": "sample string 4", "Category": "sample string 5", "appAccessKey": "sample string 6", "AccountLogo": "sample string 7" }, { "UserId": "2301aa55-be3e-4662-8b58-9d486c1c1b3c", "ContactAPPkey": "b9ccb43d-9da9-40f1-a0fb-92569a40f331", "ContactId": "3892da40-64ae-4352-813f-f0fa423a1525", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-04-20T20:32:39.5756342+00:00", "Statuskey": "c3fc6f92-f6aa-4ed2-9ac0-6276902fa7c8", "IsEnabled": true, "AccountId": "7044188e-b644-4fa7-97fb-d0a117408cd0", "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>7044188e-b644-4fa7-97fb-d0a117408cd0</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>b9ccb43d-9da9-40f1-a0fb-92569a40f331</ContactAPPkey> <ContactId>3892da40-64ae-4352-813f-f0fa423a1525</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-04-20T20:32:39.5756342+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>c3fc6f92-f6aa-4ed2-9ac0-6276902fa7c8</Statuskey> <UserId>2301aa55-be3e-4662-8b58-9d486c1c1b3c</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> <UserAccountContactModel> <AccountEmail>sample string 4</AccountEmail> <AccountId>7044188e-b644-4fa7-97fb-d0a117408cd0</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>b9ccb43d-9da9-40f1-a0fb-92569a40f331</ContactAPPkey> <ContactId>3892da40-64ae-4352-813f-f0fa423a1525</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-04-20T20:32:39.5756342+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>c3fc6f92-f6aa-4ed2-9ac0-6276902fa7c8</Statuskey> <UserId>2301aa55-be3e-4662-8b58-9d486c1c1b3c</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> </ArrayOfUserAccountContactModel>