context.getPermissions() - Returns an object with user access levels.".
Return value - Promise that resolves to an object with user access levels..
An example of the returned object:
{
card: {
create: true,
update: true,
read: true,
delete: true
comment: true,
move: true,
properties: true,
},
board: {
create: true,
update: true,
read: true,
delete: true
}
}