Super Admin Dashboard

All Users Across Organizations
Super Admin Exit to Dashboard
View-only access. This page shows users across all organizations. Modifications must be made through the respective organization's user management page.
Total Organizations
{{ organizations|length }}
Total Users (showing)
{{ total_count }}

Filter Users

Clear

Users

{% if users %} {% for user in users %} {% endfor %}
User Organization Role Status Last Login Created
{{ user.display_name }}
{{ user.email }}
{{ user.organization_name }} {{ user.organization_tier|upper }} {{ user.organization_slug }}
{{ user.role|title }} {{ 'Active' if user.is_active else 'Inactive' }} {% if user.last_login_at %} {{ user.last_login_at[:16] }} {% else %} Never {% endif %} {{ user.created_at[:10] if user.created_at else 'N/A' }}
{% else %}

No users found matching your filters.

Clear Filters
{% endif %}