Create User Action Signature
Completes the user action signing process and provides a signing token that can be used to verify the user intended to perform the action.
This is the first step of the User Action Signing flow.
The type of credentials used to sign the action is determined by the kind field in the nested objects (firstFactor and secondFactor). Supported credential kinds are:
Fido2: User action is signed by a user’s signing device usingWebAuthn.Key: User action is signed by a user’s, or token’s, private key.PasswordProtectedKey: Login challenge is signed by the decrypted user’s private key that was sent during Create User Action Signature Challenge step.
Authentication
✅ Organization User (CustomerEmployee)✅ Delegated User (
EndUser)✅ Service Account
Required Permissions
No permission required.Authorizations
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
Body
Temporary authentication token returned by the Create Challenge endpoint.
First factor credential used to sign the challenge.
- Fido2/Passkeys
- Public/Private key pair
- Password-protected Key
- <Deprecated> Password
Second factor credential used to authenticate a user.
- Fido2/Passkeys
- Public/Private key pair
- Password-protected Key
- <Deprecated> TOTP
Response
Success