Permission doesn't work
I added an "admin" permission to a user.
However,
And,
What am I missing?
However,
await getPermissions() returns no permissions: { permissions: [], orgCode: 'org_bcddc426a6d' }And,
await getPermission() returns not granted: { orgCode: 'org_bcddc426a6d', isGranted: false }What am I missing?

