This topic provides answers to some commonly asked questions about permissions in SchedulerX.
How do I grant permissions to other accounts?
You can use Alibaba Cloud Resource Access Management (RAM) to centrally manage resource permissions. For more information, see Grant permissions on SchedulerX.
'No permission' error during console authorization
If the console reports that a RAM user does not have the permission to call the ListUsers operation, use your Alibaba Cloud account to attach the following custom access policy to that RAM user:
{
"Version": "1",
"Statement": [
{
"Action": "ram:ListUsers",
"Resource": "*",
"Effect": "Allow"
}
]
}该文章对您有帮助吗?