Endpoints for user creation #9
Labels
component: backend
Issues relating to backend/API functionality
component: frontend
Issues relating to frontend functionality
type: feature
Add API endpoints to create new users (there is a debug endpoint for inspiration).
The key difference will be that the majority of fields we current accept on the debug endpoint will actually be generated on the backend (e.g. password reset code, initial (non-usable) password).
This can then be called from the frontend by users with the manage users permission.
The text was updated successfully, but these errors were encountered: