Create Bulk Entity
User
Create Bulk Entity
/user/bulk/entity
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.
Method:POST
Request Payload:
| Parameter | Type | Description |
|---|---|---|
| data | array | An array of entity objects with their details. |
| sendEmail | boolean | This sends an invite email to the entities, by default it is true. |
| redirect_url (Optional) | string | The URL to redirect after creation. |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json