Skip to main content
POST

Overview

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

Request Body

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

Response

Returns an array of created role assignment objects.