getPermissions

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
  } 
}
logo
Kaiten
If you have any questions or need help with integration feel free to write us at support@kaiten.io