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": "9e2fcb2d-b34a-4553-8d24-2eaab306974e", "ContactAPPkey": "668be718-03fe-4201-82a3-d3817ec12ede", "ContactId": "2dbde7d4-49e1-467d-972d-09e391cebd4b", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-06-13T14:00:08.5851225+00:00", "Statuskey": "a908929a-659d-43ff-84b0-68eb624f1233", "IsEnabled": true, "AccountId": "381ecf40-d633-445f-abb3-afa14681a40b", "AccountName": "sample string 3", "AccountEmail": "sample string 4", "Category": "sample string 5", "appAccessKey": "sample string 6", "AccountLogo": "sample string 7" }, { "UserId": "9e2fcb2d-b34a-4553-8d24-2eaab306974e", "ContactAPPkey": "668be718-03fe-4201-82a3-d3817ec12ede", "ContactId": "2dbde7d4-49e1-467d-972d-09e391cebd4b", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-06-13T14:00:08.5851225+00:00", "Statuskey": "a908929a-659d-43ff-84b0-68eb624f1233", "IsEnabled": true, "AccountId": "381ecf40-d633-445f-abb3-afa14681a40b", "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>381ecf40-d633-445f-abb3-afa14681a40b</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>668be718-03fe-4201-82a3-d3817ec12ede</ContactAPPkey> <ContactId>2dbde7d4-49e1-467d-972d-09e391cebd4b</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-06-13T14:00:08.5851225+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>a908929a-659d-43ff-84b0-68eb624f1233</Statuskey> <UserId>9e2fcb2d-b34a-4553-8d24-2eaab306974e</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> <UserAccountContactModel> <AccountEmail>sample string 4</AccountEmail> <AccountId>381ecf40-d633-445f-abb3-afa14681a40b</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>668be718-03fe-4201-82a3-d3817ec12ede</ContactAPPkey> <ContactId>2dbde7d4-49e1-467d-972d-09e391cebd4b</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-06-13T14:00:08.5851225+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>a908929a-659d-43ff-84b0-68eb624f1233</Statuskey> <UserId>9e2fcb2d-b34a-4553-8d24-2eaab306974e</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> </ArrayOfUserAccountContactModel>