Permission
Permissions control the actions users and roles can perform.
📄️ List Permissions
Lists effective permission scopes, inherited overrides, and scopes available to grant for an entity or role. Omit `entityId` to list the current user's permissions. Listing another entity requires the `user:manage` permission; listing a role requires the `role:manage` permission.
📄️ Check Permission
Checks whether the authenticated user has a specific permission for an entity or entities.
📄️ Update Permission
Enables, disables, or changes a permission override for an entity or role. Use `none` to disable the permission and `default` to remove its override. Managing entity permissions requires the `user:manage` permission; managing role permissions requires the `role:manage` permission.