Skip to main content

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

ParameterDescription
Group NameThe ID or key of the issue.
UsersThe 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

Workflow LibraryPreview this Workflow on desktop