Skip to main content

ユーザー

ユーザー数 [ユーザー] ページでは、テナント ユーザーのライフサイクル (一覧表示、作成、更新、削除、同期) を管理します。

アクセスパス

  • ウェブ: /users

主要なトランザクション

  • ユーザーのリストと詳細
  • 新しいユーザーの作成
  • ユーザーの更新
  • ユーザーの削除
  • 外部ソースからのユーザー同期

API エンドポイント

  • GET /api/users
  • GET /api/users/:id
  • POST /api/users
  • PATCH /api/users/:id
  • DELETE /api/users/:id
  • POST /api/users/sync

ユーザー固有のヘルパー

  • GET /api/users/me/companies
  • GET /api/users/me/portal-actions
  • GET /api/users/me/navigation

承認に関するメモ

  • me/* エンドポイントには authenticate のみが必要です。
  • 管理エンドポイントは authenticate + requireRole + tenantIsolation + requireAdmin によって保護されます。
  • アクションベースの権限: user:readuser:createuser:updateuser:delete

:::info マニフェスト ホーム core:user:view

:::