capgo-organization-management

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Capgo Organization Management

Capgo 组织管理

Use this skill for Capgo account and organization administration commands.
本技能用于执行Capgo账户与组织管理相关命令。

When to Use This Skill

何时使用本技能

  • User wants the current account ID
  • User wants to list or create organizations
  • User wants to inspect members or enforce organization security settings
  • 用户需要查询当前账户ID
  • 用户需要列出或创建组织
  • 用户需要查看成员信息或强制执行组织安全设置

Procedures

操作流程

Step 1: Identify the Scope

步骤1:确定操作范围

Decide whether the request is:
  • account lookup
  • organization listing or creation
  • member inspection
  • organization security configuration
判断请求属于以下哪类:
  • 账户查询
  • 组织列表查询或创建
  • 成员信息查看
  • 组织安全配置

Step 2: Use the Matching CLI Command

步骤2:使用匹配的CLI命令

Prefer the Capgo CLI:
bash
npx @capgo/cli@latest organization list
Use
account id
for safe account sharing and support workflows.
优先使用Capgo CLI:
bash
npx @capgo/cli@latest organization list
在安全的账户共享与支持工作流中使用
account id

Step 3: Apply Security Changes Carefully

步骤3:谨慎应用安全变更

For security settings such as 2FA enforcement, password policy, or API key expiration:
  • inspect current member status first
  • verify the acting user has the required admin role
  • change one policy area at a time
针对强制开启2FA、密码策略、API密钥过期时间等安全设置:
  • 首先查看当前成员状态
  • 确认操作用户具备所需的管理员角色
  • 每次仅修改一个策略领域

Error Handling

错误处理

  • For permission failures, verify the current user role before retrying administrative changes.
  • For organization security changes, inspect member readiness first so enforcement does not lock users out unexpectedly.
  • Use
    organization
    , not the deprecated
    organisation
    , in all new guidance.
  • 遇到权限报错时,在重试管理操作前先确认当前用户角色。
  • 进行组织安全设置变更时,首先查看成员准备情况,避免强制设置意外将用户锁在账户外。
  • 所有新的指引中请使用
    organization
    ,不要使用已废弃的
    organisation
    拼写。