Add User To Group
Add user to group.
External Documentation
To learn more, visit the Jira documentation.
Parameters
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. |
Example Output
{
"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
Preview this Workflow on desktop