These methods are only available to server-side scripts.
The Server-Side Authorize helpers are a set of Promise-based methods for simple access control checks. They include methods to check the current user's group memberships and resource permissions. They can also whitelist access to specific users.
- Check Group Memberships — Require membership in specific groups.
- Check Resource Permissions — Require permissions for specific resources, like forms, reports, or responses.
- Whitelist Usernames — Require the current user to be one of several specific users.