Typescript (SDK)
Licenses
Attach License
Assigns licenses to one or more entities.
POST
Typescript (SDK)
License assignment is idempotent for an entity that already has an active
assignment for the same license plan. Autumn skips those entities without
consuming another license; mixed batches assign only unassigned entities. A
duplicate-only request still returns
200 with { "success": true }.
Duplicate IDs within one batch and insufficient capacity for new assignments
still return an error.Body Parameters
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Response
200 - application/json
OK