Depends on #553 being completed and merged.
Is your feature request related to a problem? Please describe.
We need to provide a way to change the RADIUS group of users, something equivalent to what we have in the user admin (eg: /admin/openwisp_users/user/{pk}/change/, in the RADIUS USER GROUPS section, after ORGANIZATION USERS.
Describe the solution you'd like
Add the REST API endpoints for the following:
- list RADIUS user group relationships (relationships between a RADIUS group and a user) for a specific user PK, allow filtering by org
- add a RADIUS user group relationships
- delete a RADIUS user group relationship
- change an existing RADIUS user group relationshi, eg: change group or priority
Constraints
Multi-tenancy as usual.
Depends on #553 being completed and merged.
Is your feature request related to a problem? Please describe.
We need to provide a way to change the RADIUS group of users, something equivalent to what we have in the user admin (eg:
/admin/openwisp_users/user/{pk}/change/, in the RADIUS USER GROUPS section, after ORGANIZATION USERS.Describe the solution you'd like
Add the REST API endpoints for the following:
Constraints
Multi-tenancy as usual.