> ## 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.

# Add User To Group

Add user to group.

<Note>
  External Documentation

  To learn more, visit the [Jira documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-user-post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                            |
  | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
  | Account ID | The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. |
  | Group Name | The name of the group to add the user to.                                                                                              |
</div>

## Example Output

```json theme={"dark"}
{
	"expand": "Expand options that include additional group details in the response.",
	"name": "The name of group.",
	"self": "The URL for these group details.",
	"users": {
		"end-index": 0,
		"items": [
			{
				"accountId": "The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.",
				"accountType": "The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)",
				"active": false,
				"avatarUrls": {
					"16x16": "The URL of the item's 16x16 pixel avatar.",
					"24x24": "The URL of the item's 24x24 pixel avatar.",
					"32x32": "The URL of the item's 32x32 pixel avatar.",
					"48x48": "The URL of the item's 48x48 pixel avatar."
				},
				"displayName": "The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.",
				"emailAddress": "The email address of the user. Depending on the user’s privacy settings, this may be returned as null.",
				"key": "This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.",
				"name": "This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.",
				"self": "The URL of the user.",
				"timeZone": "The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null."
			}
		],
		"max-results": 0,
		"size": 0,
		"start-index": 0
	}
}
```

## Workflow Library Example

[Import Google Workspace Group Members Into Jira Group](https://library.blinkops.com/workflows/import-google-workspace-group-members-into-jira-group)

<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/import-google-workspace-group-members-into-jira-group/canvas" />
</div>
