Submit Login Outcome

Accepts a login outcome event for a given identity and registered user.
Records whether a login attempt was successful or failed, enabling downstream
risk model enrichment and account defense features.

The request body must contain an action field indicating the login outcome.

Test Cases:

To test this endpoint, you can use the example identity_id values below. Other arguments are ignored.
Both test cases return an empty HTTP 200 response on success.

For a successful login outcome:

  POST /v6/sessions/example_login_action_successful/users/example_registered_user_id
  { "action": "SUCCESSFUL_LOGIN" }

For a failed login outcome:

  POST /v6/sessions/example_login_action_failed/users/example_registered_user_id
  { "action": "FAILED_LOGIN" }
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Neuro identity ID written into JavaScript or SDK with the identify() command.

string
required

The customer-defined identifier for the registered user.

Body Params
string
enum
required

The outcome of the login attempt.

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json