> ## 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 Users In Group

Update the list of users for a User Group.

<Note>
  External Documentation

  To learn more, visit the [Slack documentation](https://api.slack.com/methods/usergroups.users.update).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                              |
  | ------------- | -------------------------------------------------------------------------------------------------------- |
  | Include Count | Include the number of users in the User Group.                                                           |
  | User Group ID | The ID of the User Group to update.                                                                      |
  | User IDs      | A comma separated string of encoded user IDs that represent the entire list of users for the User Group. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/update-users-in-group-with-slack-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-users-in-group-with-slack-and-send-results-via-email/canvas" />
</div>
