Skip to main content

geekle-supply-user-service

This service handles the user information and creation of the supply user entity in the platform. Email templates have been provided in src/index.ts.

Custom Validators

EndpointsValidator NameDescription
acceptInvitationhasAllowedTypeIdchecks if the user has the allowed typeId

Disabled Endpoints

Some endpoints have been disabled because they are unused.

  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',
]);