add bulk users
This commit is contained in:
@@ -174,3 +174,10 @@ type BulkCreationSummary struct {
|
||||
Succeeded int `json:"succeeded"`
|
||||
Failed int `json:"failed"`
|
||||
}
|
||||
|
||||
// BulkCreateAsyncResponse represents the immediate response for async bulk creation
|
||||
type BulkCreateAsyncResponse struct {
|
||||
JobID uuid.UUID `json:"job_id"`
|
||||
Message string `json:"message"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user