Skip to content

Version 1.2.1 - User Deletion Endpoint.

Choose a tag to compare

@istefan istefan released this 07 Oct 09:23
· 6 commits to main since this release

API Enhancements

This release adds a crucial feature for user management, allowing administrators and managers to delete users directly through the API.

  • New DELETE /users/{id} Endpoint: A new REST API endpoint has been registered. Authenticated users with the delete_users capability can now programmatically delete other users. This completes the user management CRUD cycle and enables more powerful client-side applications.
  • The endpoint includes a security check to prevent a user from deleting their own account.