ユーザー
ユーザー数 [ユーザー] ページでは、テナント ユーザーのライフサイクル (一覧表示、作成、更新、削除、同期) を管理します。
アクセスパス
- ウェブ:
/users
主要なトランザクション
- ユーザーのリストと詳細
- 新しいユーザーの作成
- ユーザーの更新
- ユーザーの削除
- 外部ソースからのユーザー同期
API エンドポイント
GET /api/usersGET /api/users/:idPOST /api/usersPATCH /api/users/:idDELETE /api/users/:idPOST /api/users/sync
ユーザー固有のヘルパー
GET /api/users/me/companiesGET /api/users/me/portal-actionsGET /api/users/me/navigation
承認に関するメモ
me/*エンドポイントにはauthenticateのみが必要です。- 管理エンドポイントは
authenticate + requireRole + tenantIsolation + requireAdminによって保護されます。 - アクションベースの権限:
user:read、user:create、user:update、user:delete。
:::info マニフェスト ホーム
core:user:view
:::