[PR #161] [MERGED] Add feature to interact with users #272

Closed
opened 2026-02-28 00:41:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/161
Author: @Tinyblargon
Created: 4/3/2022
Status: Merged
Merged: 4/4/2022
Merged by: @mleone87

Base: masterHead: Feature-User


📝 Commits (1)

  • 91cfc1f Add feature to interact with users

📊 Changes

6 files changed (+344 additions, -1 deletions)

View changed files

📝 README.md (+28 -0)
📝 main.go (+49 -0)
📝 proxmox/client.go (+98 -0)
proxmox/config_user.go (+123 -0)
📝 proxmox/session.go (+13 -1)
📝 proxmox/util.go (+33 -0)

📄 Description

Added the functionality to interact with the user configuration of proxmox.

Features include:

getUserList
Gives the json output of all the existing users

getUser
Gives the json formatted output of a users current configuration

updateUserPassword
Updates the users password

setUser
Creates or updates the users configuration

deleteUser
Deletes the user


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/161 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 4/3/2022 **Status:** ✅ Merged **Merged:** 4/4/2022 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `Feature-User` --- ### 📝 Commits (1) - [`91cfc1f`](https://github.com/Telmate/proxmox-api-go/commit/91cfc1f32d26991b6c44555b438d6ba8ca744942) Add feature to interact with users ### 📊 Changes **6 files changed** (+344 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+28 -0) 📝 `main.go` (+49 -0) 📝 `proxmox/client.go` (+98 -0) ➕ `proxmox/config_user.go` (+123 -0) 📝 `proxmox/session.go` (+13 -1) 📝 `proxmox/util.go` (+33 -0) </details> ### 📄 Description Added the functionality to interact with the user configuration of proxmox. Features include: getUserList Gives the json output of all the existing users getUser Gives the json formatted output of a users current configuration updateUserPassword Updates the users password setUser Creates or updates the users configuration deleteUser Deletes the user --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#272
No description provided.