All Products
Search
Document Center

SchedulerX:FAQ about permissions

Last Updated:Jan 23, 2024

This topic provides answers to some commonly asked questions about permissions in SchedulerX.

How do I grant permissions to other accounts?

We recommend that you use Alibaba Cloud Resource Access Management (RAM) to grant permissions to other accounts. You can use RAM to manage the permissions on resources in a centralized manner. For more information, see Grant permissions to RAM users.

What do I do if the SchedulerX console prompts that a RAM user does not have permissions when I use the RAM user to grant permissions to other users?

When you grant permissions to other users as a RAM user in the SchedulerX console, SchedulerX prompts that the RAM user does not have permissions to call the ListUsers operation. In this case, you must use your Alibaba Cloud account to attach the following custom policy to the RAM user:

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