Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the details of a team by its ID. Required Permissions: view_team.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
Team IDThe ID of the team.

Example Output

{
	"id": "string",
	"create_at": -9007199254740991,
	"update_at": -9007199254740991,
	"delete_at": -9007199254740991,
	"display_name": "string",
	"name": "string",
	"description": "string",
	"email": "string",
	"type": "string",
	"allowed_domains": "string",
	"invite_id": "string",
	"allow_open_invite": true,
	"policy_id": "string"
}

Workflow Library Example

Get Team Info with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop