Skip to main content
Test users let Strix authenticate to your application during a pentest. Each test user belongs to a domain and can optionally carry MFA configuration and a Strix-managed inbox for email-OTP / magic-link flows.

List test users

Required scope: test_users:read

Create a test user

Passwords and TOTP secrets are stored encrypted and never returned in responses.

MFA

Set mfa_method to totp, email_otp, or magic_link:
  • totp requires totp_secret.
  • email_otp / magic_link require mfa_email, which must be a Strix-managed inbox address (see below).
Required scope: test_users:write

Update a test user

Partial update — only provided fields change:
Required scope: test_users:write

Delete a test user

Required scope: test_users:write

Provision a managed inbox

Create a Strix-managed inbox address to receive MFA emails for a test user:
Use the returned address as mfa_email when creating/updating a test user. Required scope: test_users:write

Read a test user’s inbox

Read a single message by id:
Required scope: test_users:read