userHasSpacePermission

userHasSpacePermission

Syntax

userHasSpacePermission(permissionType, spaceKey, userNameOrKey)

Package

Alias

Pkg Usage

Description

Checks if a user has the specified space permission.

Parameters

Parameter name

Type

Required

Description

permissionType

String

Yes

Permission type to check. A list of values is provided below.

spaceKey

String

Yes

The key of the space to check permission for.

userNameOrKey

String

Yes

The name of a user to check permission for.

Return Type

Boolean (true/false)

Example

Checks if user "jdoe" is allowed to edit space with key "PS-DOCS".

userHasSpacePermission("EDITSPACE", "PS-DOCS", "jdoe");

 

Permission Reference

Permission type

Description

Permission type

Description

USECONFLUENCE

Permission to use Confluence.

LIMITEDUSECONFLUENCE

Permission to limited usage of Confluence.

UPDATEUSERSTATUS

Permission to update user status.

VIEWUSERPROFILES

Permission to view user profiles.

SYSTEMADMINISTRATOR

Permission to be a system administrator.

ADMINISTRATECONFLUENCE

Permission to be a Confluence administrator.

PERSONALSPACE

Permission to work with personal space.

CREATESPACE

Permission to create a space.

VIEWSPACE

Permission to view a space.

REMOVEOWNCONTENT

Permission to remove own content.

COMMENT

Permission to add comments.

EDITSPACE

Permission to edit a space.

SETSPACEPERMISSIONS

Permission to update space permissions.

REMOVEPAGE

Permission to remove a page.

REMOVECOMMENT

Permission to remove a comment.

REMOVEBLOG

Permission to remove a blog.

CREATEATTACHMENT

Permission to create an attachment.

REMOVEATTACHMENT

Permission to remove an attachment.

EDITBLOG

Permission to edit a blog.

EXPORTSPACE

Permission to export a space.

REMOVEMAIL

Permission to remove email.

SETPAGEPERMISSIONS

Permission to update page permissions

PROFILEATTACHMENTS

Permission to work with profile attachments.

 

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.