All Products
Search
Document Center

Quick Tracking:Authorize a RAM sub-account to access the QT console

Last Updated:Jun 04, 2025

Authorization procedure for a sub-account to access QT

By default, when a RAM user accesses the QT console, a system error is reported. The RAM user must be authorized by the primary account before the RAM user can access the QT console.

If RAM is not authorized, the following error is displayed,

image

The RAM authorization process is as follows

  1. Create custom permissions in RAM. For more information, see RAM policies.

Type editing using scripts

image

Create the script as follows

{
  "Statement": [
    {
      "Action": [
        "quickaplus:*"
      ],
      "Effect": "Allow",
      "Resource": [
        "*"
      ]
    }
  ],
  "Version": "1"
}

After the policy is created, save the corresponding policy

image

  1. Authorize the created policy to the RAM user that needs to access the QT console. For more information, see RAM authorization management

image

image

After the authorization is completed, the corresponding sub-account can normally access the QT management console.