Skip to content

[feature] API endpoint to manage RADIUS groups of users #676

@nemesifier

Description

@nemesifier

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions