Add Multiple Users To Group
danger
This action has been deprecated and will no longer be available in new workflows.
Adds a list of users to a group. If a user is already a part of the group or does not exist, nothing will execute for the specific user.
Parameters
Parameter | Description |
---|---|
Group Name | The ID or key of the issue. |
Users | The list of the users to be added to the group. A comma separated emails list, for example: 'user1@mail.com,user2@mail.com' |
Example Output
[
{
"user": "example@blinkops.com",
"status": "validate status codes: response returned an invalid status code 400: {\"errorMessages\":[\"Cannot add user. User is already a member of '{1}'\"],\"errors\":{}}"
},
{
"user": "example2@blinkops.com",
"status": "success"
}
]
Workflow Library Example
Add Multiple Users to Group with Jira and Send Results Via Email
Preview this Workflow on desktop