Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
Overview
This node operation retrieves all memberships of a specified space in the HumHub platform. It supports fetching either all memberships or a limited subset based on pagination parameters. This is useful for scenarios where you need to manage or analyze the members of a particular space, such as for administrative tasks, reporting, or integration with other systems.
Use Case Examples
- Retrieve all members of a space to synchronize with an external user management system.
- Fetch a limited number of space memberships for display in a dashboard or report.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request (Basic Auth or JWT Token). |
| ID | The ID of the space whose memberships are to be retrieved. |
| Return All | Whether to return all memberships or limit the results. |
| Query Parameters | Additional parameters for pagination when not returning all memberships, including limit and page number. |
Output
JSON
results- Array of space membership objects returned from the HumHub API.
Dependencies
- HumHub API with either Basic Auth or JWT Token authentication
Troubleshooting
- Ensure the space ID provided is valid and accessible with the given credentials.
- If pagination parameters are used, verify that the limit is between 1 and 50 and the page number is valid.
- Common errors include authentication failures (check credentials) and invalid space ID errors (verify the ID).
Links
- HumHub API Documentation - Space Membership - Official API documentation for managing space memberships in HumHub.
