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:string
Optional client-provided ID
string
required
ID of the scope where this permission is defined
string
required
The action this permission grants (e.g., read, write, delete)
string
required
The type of resource this permission applies to
string
required
Pattern matching resources (use * for all)
string
required
Unique key for the permission
string
Display label for the permission