Skip to main content
Version: 5.7.0

ACL

ACL example - private to the owner

{
"other": 0
}

ACL example - readable by all users, but only writeable by the owner

{
"other": 1
}

ACL example - writable by all users

{
"other": 2
}

brainCloud uses Access Control Lists to control permissions for Global Entities, User Entities and some statistics.

Permissions are specified by category. Currently brainCloud only supports the category other (meaning access for anyone other than the owner)- but other categories may be added in the future.

The access levels for each category are defined as follows:

Access LevelValue
none0
read-only1
read-write2

See the code pane (right) for ACL examples.