Skip to main content Skip to complementary content

List accounts

GET /accounts

List all your customer accounts under your SaaS Admin account. Customer accounts are created automatically using SSO (single sign on) or they can be created manually in the SaaS Admin backend.

Account fields:

  • guid
  • account_externalid: your account id (id from your database), that you have sent to Qlik Application Automation for OEM as part of the SSO process
  • name
  • created_at

Results

200

[
  {
    "guid": "",
    "externalid": "",
    "name": "",
    "created_at": ""
  }
]

400

{}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!