injected service use to handle the user related operations
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
body
is required201 Status Created
This handler will create user by applying the following steps in sequence:
Create user (userService.createUser)
Set emailVerified to true
Return created user
Generated using TypeDoc
Create user for admin handler