Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This feature is available starting with v1.1.3 of the Power Scripts™ for Confluence.
Info
titleAvailability
Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

removeAllUserRestrictionsFromContent(pageId, userNameOrKey)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue

Removes all user restrictions on the page for the user

Removes all user restrictions on the page for the user

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

pageId

...

Number

Yes

The ID of the page on which user restrictions will be deleted.

userNameOrKey

...

String

Yes

User name or key of a

...

user that has restrictions on the page.

Return

...

Type

boolean Boolean (true/false)

Returns true if the content permission has been removed from the page for the user or this page has no restrictions for the user.
Returns false if an error occurred during execution.

Note

Before execution of a routine, you must verify that the user exists. You can use the userExists routine for that.

Example

Removes all user restrictions on the page with the "11508" ID for the user "jdoe".

...

Example

Code Block
languagejs
removeAllUserRestrictionsFromContent(11508, "jdoe");

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "

...

user_

...

routines" and space = currentSpace ( )
labels

...

array_

...

routines