geekle-supply-user-service
このサービスは、プラットフォーム内でのサプライユーザーのユーザー情報管理と作成を処理します。メールテンプレートはsrc/index.ts
に用意されています。
カスタムバリデーター
エンドポイント | バリデーター名 | 説明 |
---|---|---|
acceptInvitation | hasAllowedTypeId | ユーザーが許可されたtypeId を持っているかどうかを確認します |
無効化されたエンドポイント
一部のエンドポイントは未使用のため無効化されています。
adapter = sdkAdapter.setEnabledAdapterMethods(adapter, [
'acceptInvitation',
'createUser',
'updateUser',
'getUser',
'listUsers',
'resetPassword',
'sendResetPasswordEmail',
'sendVerificationEmail',
'verifyEmail',
'acceptInvitation',
'createInvitation',
'deleteInvitation',
'listInvitations',
'changeUserEmail',
'changeUserPassword',
'verifyChangeEmail',
'listUsers',
'checkUserPassword',
'createUser',
'createUserForAdmin',
'listAttachments',
]);