v1
latestOpenAPI 3.1.02026-07-261444991.2 MBLicense
Create a new license for a user
This endpoint is used to create a new license for a user.
If a start date is provided, the license will be activated at the start of the specified date in the customer's timezone. Otherwise, the activation time will default to the start of the current day in the customer's timezone.
post/licenses
Request body
Example request
{
"start_date": "2026-01-27",
"end_date": "2026-01-27"
}Response
Created