v1

latestOpenAPI 3.1.02026-08-0643268.9 KB

Set authenticated user

Sets the user context for a client action reported to the SDK. It should be set only after you've fully authenticated the user (including, for example, any 2FA that was required). This call is deprecated, set the user with Report action result API.

post/action/authenticated-user

Request body

user_idstring required

Opaque identifier of the user in your system. Rejected (400) if provided as "null", "undefined", "none", or empty/whitespace-only; leading/trailing whitespace is otherwise trimmed.

action_tokenstring required

The token return by the SDK when the action was reported.

Response

User Auth has been received and stored successfully.