Skip to main content
PATCH
Set whether a user license counts toward association-based billable users

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

Path Parameters

id
string<uuid>
required

Integration ID

licenseId
string<uuid>
required

License ID

Body

application/json
isBillable
boolean
required

Whether directory users assigned to this license count toward association-based billable users

Response

id
string
required

Unique identifier for the stored license row

licenseId
string
required

Integration-provided license identifier

licenseName
string
required

Human-readable license name

isMain
boolean
required

Whether this license is marked as the primary license

isBillable
boolean
required

Whether directory users assigned to this license count toward association-based billable users

licenseTarget
enum<string>
required

Type of resource this license applies to (user or endpoint)

Available options:
USER,
ENDPOINT
totalSeats
number
required

Total available seats in this license

usedSeats
number
required

Number of seats currently in use

updatedAt
string
required

Timestamp when the license was last updated

licenseMetadata
object | null

Provider-specific metadata for this license

status
object | null

Optional status for this license subscription