Skip to main content
POST

Overview

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

Request Body

Array of role objects:
string
Optional client-provided ID
string
required
Display name for the role
string
Description of the role
string
required
ID of the scope where this role is defined

Response

Returns an array of created role objects.