v1
latestOpenAPI 3.1.02026-07-268342124.0 KBusers
Track action
Record authentication events performed by users and initiate challenges via Authsignal's pre-built UI or Authsignal Client SDKs.
post/users/{userId}/actions/{action}
Path parameters
userIdstring required
The ID of the user.
actionstring required
A short human-readable code which defines the action that the user is performing, e.g. signIn. This value will be displayed in the Authsignal Portal and can be used to configure rules for authentication events with differing risk profiles. Values are validated with the following regex: ^[a-zA-Z0-9_-]{(1, 64)}$.
Request body
Example request
{
"locale": "es"
}Response
OK