Permissions
Create Permissions (Batch)
Create multiple permissions in a single request
POST
Overview
Batch creation allows you to create multiple permissions in a single API call.ID Format: All IDs use a namespaced UUIDv7 format:
permission_{uuidv7}.Request Body
Array of permission objects:Optional client-provided ID
ID of the scope where this permission is defined
The action this permission grants (e.g., read, write, delete)
The type of resource this permission applies to
Pattern matching resources (use * for all)
Unique key for the permission
Display label for the permission