User

Bulk Create Users From Template

Bulk create users from a template using configurable username strategies.

  • Includes the template creation fields plus count, strategy, and start_number (for sequences).
  • strategy: Username generation strategy — sequence or random.
  • start_number: Optional starting suffix for sequence strategy. Defaults to 1 and does not parse numbers from the base username.

Returns subscription URLs for created users.

post/api/users/bulk/from_template

Request body

user_template_idinteger required
notestring nullable
usernamestring nullable
countinteger required
strategy'random' | 'sequence'
start_numberinteger nullable

Starting suffix for sequence strategy (defaults to 1; base username digits are ignored)

Response

Successful Response

subscription_urlsstring[]
createdinteger

Changes