Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SELC-4374] feat: added API to start onboarding for new users #313

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

pierpaolodidato89
Copy link
Collaborator

List of Changes

Added API to start onboarding for new users

Motivation and Context

This functionality has been added to allow the addition of new administrators for a previous onboarding.

How Has This Been Tested?

I have run the microservice locally and tested the API POST/users/onboarding

@ApiOperation(value = "", notes = "${swagger.onboarding.users.api.onboarding}")
public void onboarding(@RequestBody @Valid OnboardingUserDto request) {
log.trace("onboarding start");
log.debug("onboarding request = {}", request);

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.
@pierpaolodidato89 pierpaolodidato89 marked this pull request as ready for review June 13, 2024 07:49
@pierpaolodidato89 pierpaolodidato89 requested a review from a team as a code owner June 13, 2024 07:49
Copy link

@gianmarcoplutino gianmarcoplutino merged commit 56cef14 into main Jun 17, 2024
8 of 9 checks passed
@gianmarcoplutino gianmarcoplutino deleted the feature/SELC-4374 branch June 17, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants