pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.
- class caravel.nextcloud.api_wrappers.user.User(requester)[source]¶
-
- disable_user(uid)[source]¶
Disable a user on the Nextcloud server so that the user cannot login anymore.
- edit_user(uid, what, value)[source]¶
Edit attributes related to a user.
Users are able to edit email, displayname and password; admins can also edit the quota value.
- get_users(search=None, limit=None, offset=None)[source]¶
Retrieve a list of users from the Nextcloud server.
Follow us