Actions33
- Public Actions
- Public Admin Actions
- Reseller Actions
- Create New Team
- Get Team Information
- Update Team
- Remove Team From Reseller
- Update Team Avatar
- Create Team Bulk Inboxes And Users
- Get Team Users
- Add User To Team
- Remove Users From Team
- Get Team Inboxes
- Remove Team Inboxes
- Create Team Bulk Inboxes
- Assign Users To Inbox
- Remove Users From Inbox
- Get Team Whitelist Domains
- Create Team Whitelisted Domain
- Remove Team Whitelisted Domain
- Create Reseller
- Import Team Users
- Get Import Team Users Job Status
Overview
This node operation, "Get Team Information" under the "Reseller" resource, retrieves detailed information about a specific team by its unique identifier. It is useful in scenarios where you need to fetch team data for management, reporting, or integration purposes within a reseller context. For example, a user might want to display team details on a dashboard or synchronize team info with another system.
Properties
Name | Meaning |
---|---|
Team Id | The unique identifier of the team whose information you want to retrieve. |
Additional Query Parameters | Optional parameters to control pagination: - Skip: How many records to skip. - Take: How many records to return. |
Output
The node outputs JSON data containing the detailed information of the requested team. This typically includes all relevant fields describing the team such as its name, members, status, and other metadata as provided by the API. There is no indication that binary data is returned by this operation.
Dependencies
- Requires an API key credential for authentication to the external service.
- The base URL for the API is configured via credentials.
- Uses HTTP headers to accept and send JSON content.
Troubleshooting
- Missing or invalid Team Id: The operation requires a valid team ID; ensure it is provided and correctly formatted.
- API authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
- Pagination issues: If using additional query parameters
skip
andtake
, ensure values are non-negative integers; incorrect values may cause unexpected results or errors. - Network or API errors: Check connectivity and API availability if requests fail.
Links and References
- Refer to the external API documentation for detailed schema of the team information response and supported query parameters.
- n8n documentation on how to configure API credentials and use query parameters in nodes.