Improved
Updated
Add trial_days in partner create workspace api
We’ve added the trial_days parameter to the Partner Workspace Creation API, allowing greater flexibility when creating new workspaces.
Key Highlights:
- Custom Trial Periods: Partners can now set a specific trial duration (in days) for newly created workspaces.
- Parameter Integration: Include the trial_days key in the request body when calling the API.
- Default Behavior: If trial_days is not provided, the system will fall back to the default trial duration.
Example Request Body:
{ "name": "string", "email": "string", "password": "string", "team_name": "string", "require_email_verification": "yes", "template_ns": "string", "trial_days": 14 }