user.create:after $user /site/config/config.php return [ 'hooks' => [ 'user.create:after' => function ($user) { // your code goes here } ] ]