Skip to content

Commit 8cb1766

Browse files
fix: 🐛 correct _post to _get method for get_all_users function - fix #4
1 parent 77e9c4e commit 8cb1766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyedgeconnect/orch/_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_all_users(
4242
* keyword **salt** (`str`): Usually left blank
4343
:rtype: list
4444
"""
45-
return self._post("/users")
45+
return self._get("/users")
4646

4747

4848
def get_user(

0 commit comments

Comments
 (0)