# Submit interaction **POST /api/experience/submit** Submit the current interaction.
- Submit the verified user identity to the OIDC provider for further authentication (SignIn and Register).
- Update the user's profile data if any (SignIn and Register).
- Reset the password and clear all the interaction records (ForgotPassword). ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Responses ### 200: The interaction has been successfully submitted. #### Body Parameters: application/json (object) - **redirectTo** (string) ### 400: Bad Request ### 403: Multi-Factor Authentication (MFA) is enabled for the user but has not been verified. ### 404: The user has not been identified. ### 422: The user profile can not been processed, check error message for more details.
- The profile data is invalid or conflicts with existing user data.
- Required profile data is missing.
- The profile data is already in use by another user account. [Powered by Bump.sh](https://bump.sh)