Skip to main content
POST
Create Bulk Entity
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/user/bulk/entity Description: The /user/bulk/entity endpoint allows the creation of multiple entities in bulk by providing details for each entity, including artist name, first name, last name, email, and split share. Authorization:
  • Required role: admin or higher
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
data
object[]
required
sendEmail
boolean
default:true

This sends an invite email to the entities

redirect_url
string

The URL to redirect after creation

message
string

Custom message for invitation emails

Response

Success - Bulk entity creation completed

message
string
createdEntities
object[]
processedCount
integer
errors
string[]