Skip to main content
POST

Overview

Batch creation allows you to create multiple scope types in a single API call. You can provide client IDs for in-batch references when setting up scope type hierarchies.
ID Format: All IDs use a namespaced UUIDv7 format: scope_type_{uuidv7}. You can optionally provide your own IDs for in-batch references.

Request Body

Array of scope type objects:
string
Optional client-provided ID. Useful for referencing within the same batch.
string
required
Display name for the scope type
object
Configuration for the scope type including permission mode

Response

Returns an array of created scope type objects.