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": "c4cc734b-568c-4827-92f6-44a0c37c4094", "ContactAPPkey": "3a5aa9b7-a560-4bac-a99d-6c69e80204cb", "ContactId": "62d916f9-e07d-4ec4-9fa2-807006940580", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-10-07T14:33:03.2347933+00:00", "Statuskey": "e019e9a3-db18-48d3-9d04-635f36356723", "IsEnabled": true, "AccountId": "41f94bf3-c312-4ed5-aa13-b63858b7859c", "AccountName": "sample string 3", "AccountEmail": "sample string 4", "Category": "sample string 5", "appAccessKey": "sample string 6", "AccountLogo": "sample string 7" }, { "UserId": "c4cc734b-568c-4827-92f6-44a0c37c4094", "ContactAPPkey": "3a5aa9b7-a560-4bac-a99d-6c69e80204cb", "ContactId": "62d916f9-e07d-4ec4-9fa2-807006940580", "Accountkey": 1, "Contactkey": 2, "CreatedOn": "2025-10-07T14:33:03.2347933+00:00", "Statuskey": "e019e9a3-db18-48d3-9d04-635f36356723", "IsEnabled": true, "AccountId": "41f94bf3-c312-4ed5-aa13-b63858b7859c", "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>41f94bf3-c312-4ed5-aa13-b63858b7859c</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>3a5aa9b7-a560-4bac-a99d-6c69e80204cb</ContactAPPkey> <ContactId>62d916f9-e07d-4ec4-9fa2-807006940580</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-10-07T14:33:03.2347933+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>e019e9a3-db18-48d3-9d04-635f36356723</Statuskey> <UserId>c4cc734b-568c-4827-92f6-44a0c37c4094</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> <UserAccountContactModel> <AccountEmail>sample string 4</AccountEmail> <AccountId>41f94bf3-c312-4ed5-aa13-b63858b7859c</AccountId> <AccountLogo>sample string 7</AccountLogo> <AccountName>sample string 3</AccountName> <Accountkey>1</Accountkey> <Category>sample string 5</Category> <ContactAPPkey>3a5aa9b7-a560-4bac-a99d-6c69e80204cb</ContactAPPkey> <ContactId>62d916f9-e07d-4ec4-9fa2-807006940580</ContactId> <Contactkey>2</Contactkey> <CreatedOn>2025-10-07T14:33:03.2347933+00:00</CreatedOn> <IsEnabled>true</IsEnabled> <Statuskey>e019e9a3-db18-48d3-9d04-635f36356723</Statuskey> <UserId>c4cc734b-568c-4827-92f6-44a0c37c4094</UserId> <appAccessKey>sample string 6</appAccessKey> </UserAccountContactModel> </ArrayOfUserAccountContactModel>