All Products
Search
Document Center

MaxCompute:LIST ACCOUNTPROVIDERS

Last Updated:Mar 26, 2026

Lists the account systems enabled for a MaxCompute project. Supported account systems are the Alibaba Cloud account system and the Resource Access Management (RAM) account system.

Limits

Run this statement on the MaxCompute client (odpscmd). LIST ACCOUNTPROVIDERS is a CMD statement and can only be executed on the MaxCompute client (odpscmd).

Default account system behavior

By default, a MaxCompute project recognizes only the Alibaba Cloud account system. To allow RAM users to access the project, add the RAM account system with ADD ACCOUNTPROVIDER.

Syntax

list accountproviders;

Output

The command returns one line per enabled account system.

ValueDescription
ALIYUNThe Alibaba Cloud account system is enabled.
RAMThe RAM account system is enabled.

Example — Alibaba Cloud account system only (default):

ALIYUN

What's next