UserManagementApiHandler.php
User Management API Handler
Backs the admin user list and user form. Every route here is admin-only: unlike the rest of the API, where the worst case is a user reaching their own data, these routes create accounts and grant the admin role.
PHP version 8.1
Tags
Table of Contents
Classes
- UserManagementApiHandler
- Admin-only CRUD over user accounts.