📄️ Get Project id and Env id
A large majority of API calls to work with the Permit API require you to provide the project id and environment id. This quick guide will explain how you can get yours.
📄️ List User Permissions
To get user permissions, you need to list all the user roles and then fetch all the permissions for each role.
📄️ Filter Relationship Tuples
Retrieve relationship tuples that exist inside a specific environment and filter them
📄️ Filter Users
Retrieve users that exist inside a specific environment and filter them by email, key, tenant or role.
📄️ Manage Environments
Manage Environments in Permit
📄️ Create Tenant
Tenants are used to group users and roles together. A user can have different roles in multiple tenants.
📄️ Auto-populate Actions
Often, when creating a new resource, you want to set default actions that can be performed on that resource.
📄️ Bulk Operations
Permit.io API includes bulk APIs for selected operations, which offers a significant performance gains over calling each operation separately.