| Syntax |
|
| Documentation | Returns a list of lines of the current users access flags on the current branch:
|
| Examples | |
Example 1:
$getAccess{} } Result 1: lists all access rights of user "Jack1": for example: ACCESS_CREATE ACCESS_DELETE ACCESS_READ ACCESS_UPDATE ACCESS_VISIBLE
$grantUserAccess {Jack1}{ACCESS_DELETE}{ACCESS_CREATE} }
$getAccess{} } Result 2: switches the current user to "admin" with the password "admin", grants access rights to user "Jack1", returns all access rights for the user "Jack1" with the password "secret": ACCESS_DELETE ACCESS_CREATE |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 0 |