向MaxCompute项目空间添加阿里云用户或RAM用户。

使用限制

命令格式

add user <user_name>;

参数说明

参数名称 是否必填 说明
user_name 待添加阿里云账号或RAM用户账号信息。阿里云账号格式为ALIYUN$****@aliyun.com,RAM用户账号格式为RAM$****

使用示例

  • 示例1:添加阿里云账号test_user@aliyun.com至MaxCompute项目空间。
    add user ALIYUN$test_user@aliyun.com;
  • 示例2:添加RAM用户ram_test_user至MaxCompute项目空间。
    add user RAM$ram_test_user;

相关命令

  • LIST USERS:查看MaxCompute项目空间中的用户信息。
  • REMOVE USER:当一个用户离开MaxCompute项目团队时,需要将该用户从项目空间中移除。