Menu

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.group.Group(requester)[source]
add_group(gid)[source]

Add a new group.

delete_group(gid)[source]

Remove a group.

get_group(gid)[source]

Retrieve a list of group members.

get_groups(search=None, limit=None, offset=None)[source]

Retrieve a list of groups from the Nextcloud server.

get_subadmins(gid)[source]

List subadmins of the group.

Follow us

© 2025, Antoine Grigis