Skip to main content
POST

Overview

Batch creation allows you to assign multiple permissions to roles in a single API call.
ID Format: All IDs use a namespaced UUIDv7 format: role_perm_{uuidv7}.

Request Body

Array of role-permission assignment objects:
string
required
ID of the role
string
required
ID of the permission to assign

Response

Returns an array of created role-permission assignment objects.