Log in

Administration

Forte provides tools for managing your project's users, tracking activity, and maintaining security.

Server-side API

User administration is part of Forte's server-side API (forte.projects.*). These operations require FORTE_API_TOKEN and run from your backend — they are project-owner powers, not actions your end users can perform themselves. For the actions end users can perform on their own accounts, see the client-side API.

User States

Every user in your project has one of three states:

StateDescription
ActiveThe user can authenticate and interact with your services normally
SuspendedThe user is temporarily blocked from authenticating. Existing sessions are invalidated
DeletedThe user is permanently removed. All sessions and data are cleaned up

You can suspend or delete a user from the Users dashboard or API.

Hard-delete is sandbox-only

In live projects, the hard-delete action is not available. Use the Suspend action to deactivate a user while retaining their record. Permanent, immediate deletion is only available in Sandbox (Test) Mode projects.

User Management Dashboard

The Forte Console provides a user management dashboard where you can:

  • View all users in a project with their contact methods and state
  • Search and filter users by email, phone number, or state
  • Suspend or reactivate users
  • View a user's session history and active sessions
  • Inspect contact methods and their verification status
Try it yourself

Click any user below to view their details and audit trail. Try suspending and reactivating a user to see how state changes are tracked.

All Users
User IDContactStateLast ActiveCreated
usr_a1b2c3jane@example.comACTIVEMar 14, 10:32 AMJan 5, 2026
usr_d4e5f6+1 (555) 123-4567ACTIVEMar 13, 08:15 PMFeb 12, 2026
usr_g7h8i9alex@startup.ioSUSPENDEDFeb 28, 11:45 AMDec 20, 2025
usr_j0k1l2maria@company.comACTIVEMar 15, 09:01 AMMar 1, 2026
usr_m3n4o5+44 7911 123456DELETEDJan 10, 03:22 PMNov 8, 2025
usr_p6q7r8dev@example.comACTIVEMar 12, 02:48 PMFeb 25, 2026
Click any user above to view their details and audit trail

Audit Trails

Forte automatically logs user actions for security monitoring and compliance. Every significant event is recorded with a timestamp, user ID, and action type.

Tracked events include:

  • User created
  • User suspended
  • User deleted
  • Contact method added
  • Contact method removed
  • Contact method verification code sent
  • Contact method verified
  • User login
  • User logout

Audit logs are accessible from the Console dashboard and can be filtered by user, action type, or time range.

Sandbox-Only Capabilities

Sandbox (Test) Mode projects unlock two additional user management capabilities that are not available in live projects:

  • Hard-delete users — Permanently and immediately remove a user and all associated data, with no possibility of recovery. Useful for resetting state between test runs.
  • Override contact methods and verification — Directly set a user's email or phone number and mark it as verified without sending a real verification code. Useful for fixture setup and automated tests.

Next Steps

Search

Search documentation and console pages