Skip to content

Licenses Object ​



id
string
REQUIRED · 

Unique identifier for the license.

name
string

Name of the license.

description
string

Description for the license.

available_quantity
number

Total number of licenses that can be assigned to users.

assigned_quantity
number

Number of licenses that have been assigned to users.

unit_amount
string

Unit amount for the license.

roles
object[]

Valid Roles for the license.

id
string

Unique identifier for the role.

name
string

Name of the role.

is_paid
boolean

Whether the license is paid or not.

currency
string

Currency for the license.

status
string

Status for the license

All possible enum values:
  • active
  • inactive
created_at
string · date-time

Date and time when the license was created.

updated_at
string · date-time

Date and time when the license was last updated.

remote_data
object

Raw data returned from the remote API call.