Confluence Administration Routines
Confluence Administration Routines
Set permissions for your spaces and pages in Confluence.
You need to have administrator rights to run them and you need to take care when updating your spaces.
Routines Summary
- admActivateUser — Activates a user, setting its active flag to 'true', if the update is allowed.
- admAddSpaceCategory — Adds a category in the space.
- admArchiveSpace — Archives a space (takes a space key as a parameter).
- admClearCache — Clears the internal cache.
- admCloneSpace — Clones space with pages, labels, categories, attachments, permissions and look and feel.
- admCreateGroup — Create a single group to a project role if the group does not already exist.
- admCreateSpace — Creates a new space, optionally offering support for the category of the space.
- admCreateUser — Creates a new user.
- admDeactivateUser — De-activates a user (sets its active flag to 'false' or removes it from all groups associated to global login permissions).
- admDeleteSpace — Permanently deletes a space from Confluence.
- admDeleteSpaceCategory — Deletes a category from the space.
- admGetSpace — Returns an instance of CSpace struct, takes a space key as a parameter.
- admGetSpaceCategories — Returns the space categories (all).
- admGetSpaceCategory — Returns a space category by name (takes a space key and space category as parameters).
- admGetSpaceLayout — Returns a layout - a list of custom decorators defined for a specific space only (does not retrieve global decorators).
- admGetSpaces — Takes a category name and returns an array of spaces (CSpace structs) in that category.
- admGetSpaceStylesheet — Returns the custom stylesheet that has been stored against a space.
- admSetSpaceLayout — Creates a decorator for the given spaceKey with the given name, and saves it.
- admSetSpaceStylesheet — Adds a space stylesheet to customize the look and feel of a single space within Confluence.
- admSpaceExists — Returns 'true' if space with provided key exists and 'false' otherwise.
- admUnarchiveSpace — Unarchives a space (takes a space key as a parameter).
- admUpdateSpace — Updates the space properties (takes space key and an instance of CSpace struct as parameters).
- updateUsername — Change the username for a user.
- admGetUserLogin — Retrieves user login info.
- admReindex — The routine make reindex.
- admGetSpaceHomePage — The routine receives the key of a space as parameter.
- admDeleteMultipleSpaces — The routine deletes multiple spaces, separated by comma admDeleteMultipleSpaces("ABC,DFG")
Peacock
, multiple selections available,
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.