# Reload profiles and users configuration (Super Admin only) **POST /admin/reload/profiles** Trigger a global reload of profiles and users configuration from the configured JSON files. This endpoint is intended for super-administrators and will call the internal reload routine to refresh in-memory profiles and users without restarting the service. ## Servers - Local development server: http://localhost:8080 (Local development server) - Production server: https://middleware.example.com/api (Production server) ## Authentication methods - Super admin auth ## Parameters ## Responses ### 200 Profiles reloaded successfully #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (empty object) ### 500 Internal server error when reload fails #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (string) Error details [Powered by Bump.sh](https://bump.sh)