---
title: "Submit interaction"
method: POST
path: "/api/experience/submit"
tags: ["Experience"]
---

# Submit interaction

`POST /api/experience/submit`

Submit the current interaction. <br/>- Submit the verified user identity to the OIDC provider for further authentication (SignIn and Register). <br/>- Update the user's profile data if any (SignIn and Register). <br/>- Reset the password and clear all the interaction records (ForgotPassword).

## Response `200`

The interaction has been successfully submitted.

- object
  - `redirectTo` string, required

## Other responses

- `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. <br/>- The profile data is invalid or conflicts with existing user data. <br/>- Required profile data is missing. <br/>- The profile data is already in use by another user account.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/a163dc77d842/schema)
