Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

addUserToContentPermission(permissionType, pageId, userNameOrKey)

...

Excerpt

 Adds a single user to a content permission if the user is not already in that permission.

Parameters

Parameter name

Type

Required

Description

permissionTypestringYes

Permission type a user will be added to.
A list of values is provided in a table below.

pageIdnumberYesThe ID of the page to add permission to.

userNameOrKey

stringYesUser name or key of a user to add in permission.

Valid content permission types

...

Note

If the routine returns false, it doesn't mean that a user doesn't have the specified permission. It just means that the state of the content permission was not changed. For example, if the specified user was in the specified content permission before the routine invocation, the routine will return false, because the state of the content permission was not changed. In order to check if the specified user has a certain content permission please use the following routine: userHasContentPermission.

Example

Example 1

Code Block
addUserToContentPermission("Edit", 11508, "jdoe");

Allows user the "jdoe" user to modify page with id the 11508 ID.

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "ps_conf"
labelsjira_comment_routine