/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. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Success - Bulk entity creation completed
The response is of type object
.