GET api/user/myaccounts

Request Information

URI Parameters

None.

Body Parameters

LoginRequest
NameDescriptionTypeAdditional information
UserName

string

None.

Password

string

None.

DeviceId

string

None.

DeviceName

string

None.

OsName

string

None.

OsVersion

string

None.

ModelName

string

None.

ModelNumber

string

None.

NetworkProvider

string

None.

IMEI

string

None.

SerialNumber

string

None.

Token

string

None.

AccountId

string

None.

ContactId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2",
  "DeviceId": "sample string 3",
  "DeviceName": "sample string 4",
  "OsName": "sample string 5",
  "OsVersion": "sample string 6",
  "ModelName": "sample string 7",
  "ModelNumber": "sample string 8",
  "NetworkProvider": "sample string 9",
  "IMEI": "sample string 10",
  "SerialNumber": "sample string 11",
  "Token": "sample string 12",
  "AccountId": "sample string 13",
  "ContactId": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of UserAccountContactModel
NameDescriptionTypeAdditional 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.

AccountType

integer

None.

AccountTypeName

string

None.

Category

string

None.

appAccessKey

string

None.

AccountLogo

string

None.

IsArchive

boolean

None.

ArchiveOn

date

None.

ArchiveBy

globally unique identifier

None.

ArchiveDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserId": "d82af4f6-d60a-4639-87d8-ab107b867585",
    "ContactAPPkey": "b554caae-0f7f-4fc6-93a0-8c9a413bbff0",
    "ContactId": "4269812c-00b4-45b2-b290-89a7b8dc983d",
    "Accountkey": 1,
    "Contactkey": 2,
    "CreatedOn": "2025-07-19T17:36:32.0811515+00:00",
    "Statuskey": "a4835e76-be88-4e56-a572-3568e91272f1",
    "IsEnabled": true,
    "AccountId": "405cf32f-e508-4206-b646-0bd4d70eda4e",
    "AccountName": "sample string 3",
    "AccountEmail": "sample string 4",
    "AccountType": 1,
    "AccountTypeName": "sample string 5",
    "Category": "sample string 6",
    "appAccessKey": "sample string 7",
    "AccountLogo": "sample string 8",
    "IsArchive": true,
    "ArchiveOn": "2025-07-19T17:36:32.0811515+00:00",
    "ArchiveBy": "e470d227-100e-4574-b4a8-87e229f24161",
    "ArchiveDate": "2025-07-19T17:36:32.0811515+00:00"
  },
  {
    "UserId": "d82af4f6-d60a-4639-87d8-ab107b867585",
    "ContactAPPkey": "b554caae-0f7f-4fc6-93a0-8c9a413bbff0",
    "ContactId": "4269812c-00b4-45b2-b290-89a7b8dc983d",
    "Accountkey": 1,
    "Contactkey": 2,
    "CreatedOn": "2025-07-19T17:36:32.0811515+00:00",
    "Statuskey": "a4835e76-be88-4e56-a572-3568e91272f1",
    "IsEnabled": true,
    "AccountId": "405cf32f-e508-4206-b646-0bd4d70eda4e",
    "AccountName": "sample string 3",
    "AccountEmail": "sample string 4",
    "AccountType": 1,
    "AccountTypeName": "sample string 5",
    "Category": "sample string 6",
    "appAccessKey": "sample string 7",
    "AccountLogo": "sample string 8",
    "IsArchive": true,
    "ArchiveOn": "2025-07-19T17:36:32.0811515+00:00",
    "ArchiveBy": "e470d227-100e-4574-b4a8-87e229f24161",
    "ArchiveDate": "2025-07-19T17:36:32.0811515+00:00"
  }
]