Skip to end of banner
Go to start of banner

Add a user to a group

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This script will add a user to a user group in Confluence.

//sample syntax - addUserToGroup(userNameOrKey, groupName)
addUserToGroup("jdoe", "confluence-users");

See Other Recipes

See More Documentation

  • No labels