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": "1d0c1881-f573-4b89-8416-0936d4458285", "ContactAPPkey": "131d27c3-e2ca-4af2-8b01-7c0c24e376e7", "ContactId": "d9f7438e-e3b2-4dd9-a9da-fa386b69152f", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-09-15T22:04:33.6137838+00:00", "Statuskey": "14aa3e11-cf85-4df2-8f50-238e86ee5fd5", "IsEnabled": true, "AccountId": "402332a7-6262-4640-b5f8-6cdc20011833", "AccountName": "sample string 3", "AccountEmail": "sample string 4", "Category": "sample string 5", "appAccessKey": "sample string 6", "AccountLogo": "sample string 7" }, { "UserId": "1d0c1881-f573-4b89-8416-0936d4458285", "ContactAPPkey": "131d27c3-e2ca-4af2-8b01-7c0c24e376e7", "ContactId": "d9f7438e-e3b2-4dd9-a9da-fa386b69152f", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-09-15T22:04:33.6137838+00:00", "Statuskey": "14aa3e11-cf85-4df2-8f50-238e86ee5fd5", "IsEnabled": true, "AccountId": "402332a7-6262-4640-b5f8-6cdc20011833", "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>402332a7-6262-4640-b5f8-6cdc20011833</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>131d27c3-e2ca-4af2-8b01-7c0c24e376e7</ContactAPPkey> <ContactId>d9f7438e-e3b2-4dd9-a9da-fa386b69152f</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-09-15T22:04:33.6137838+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>14aa3e11-cf85-4df2-8f50-238e86ee5fd5</Statuskey> <UserId>1d0c1881-f573-4b89-8416-0936d4458285</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> <UserAccountContactModel> <AccountEmail>sample string 4</AccountEmail> <AccountId>402332a7-6262-4640-b5f8-6cdc20011833</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>131d27c3-e2ca-4af2-8b01-7c0c24e376e7</ContactAPPkey> <ContactId>d9f7438e-e3b2-4dd9-a9da-fa386b69152f</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-09-15T22:04:33.6137838+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>14aa3e11-cf85-4df2-8f50-238e86ee5fd5</Statuskey> <UserId>1d0c1881-f573-4b89-8416-0936d4458285</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> </ArrayOfUserAccountContactModel>