Profiles#

Overview#

This directory contains administrative routes for managing individual profiles. Profiles define configuration settings applied to users or groups, such as interface themes or permissions.

Modules#

1. Profile management ({id}.js)#

Provides operations on a specific profile identified by its ID. It supports retrieving a profile visible to the current user, and allows administrators to update or delete profiles. Successful updates or deletions return a confirmation message along with the refreshed list of profiles.

Files in this directory#

  • {id}.js