Create a REST API endpoint for user accounts and groups #3878

Closed
opened 2025-12-29 18:31:44 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Jul 22, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.8.8

Proposed Functionality

Establish REST API endpoints at /api/users/users/ and /api/users/groups/ for managing local users and groups, respectively.

Use Case

Enables programmatic CRUD operations on the built-in user and group models. Presently, user accounts can be manipulated only via the admin UI or user control panel.

Database Changes

None

External Dependencies

None

Originally created by @jeremystretch on GitHub (Jul 22, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.8.8 ### Proposed Functionality Establish REST API endpoints at `/api/users/users/` and `/api/users/groups/` for managing local users and groups, respectively. ### Use Case Enables programmatic CRUD operations on the built-in user and group models. Presently, user accounts can be manipulated only via the admin UI or user control panel. ### Database Changes None ### External Dependencies None
adam added the status: accepted label 2025-12-29 18:31:44 +01:00
adam closed this issue 2025-12-29 18:31:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3878