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.

Update the list of users for a User Group.
External DocumentationTo learn more, visit the Slack documentation.

Parameters

ParameterDescription
Include CountInclude the number of users in the User Group.
User Group IDThe ID of the User Group to update.
User IDsA comma separated string of encoded user IDs that represent the entire list of users for the User Group.

Example Output

{
	"ok": true,
	"usergroup": {
		"id": "<string>",
		"team_id": "<string>",
		"is_usergroup": true,
		"is_subteam": true,
		"name": "<string>",
		"description": "<string>",
		"handle": "<string>",
		"is_external": false,
		"date_create": 3225749614,
		"date_update": 1308635598,
		"date_delete": 2,
		"auto_type": null,
		"auto_provision": false,
		"enterprise_subteam_id": "<string>",
		"created_by": "<string>",
		"updated_by": "<string>",
		"deleted_by": null,
		"is_section": false,
		"prefs": {
			"channels": [],
			"groups": []
		},
		"users": [
			"<string>"
		],
		"channel_count": 0
	},
	"warning": "<string>",
	"response_metadata": {
		"warnings": [
			"<string>"
		]
	}
}

Workflow Library Example

Update Users in Group with Slack and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop