Houdini 21.0 Installation and Licensing Licensing Public API

Add partition to user team

Add an existing partition to an existing user team.

Function: add_partition_to_user_team
Version: 21.0+

Argument Name

Type Description

user_team_id

string

The id of the team to add the partition to.

partition_id

string

The id of the partition that is to be added to the team.

borrow

boolean

Indicates if users checking out licenses from this partition should own or borrow the seat.

response

{
    "success": true,
    "user_team_id": "",
    "partition_id": "",
    "error": ""
}

Key

Type Description

success

boolean | Indicates if adding the partition to the team was successful.

user_team_id

string | The id of the team that the partition was added to.

partition_id

string | The id of the partition to be added to the team.

Licensing Public API

Licenses

Partition

Partition System

Server

  • Ping

    Ping the server to see if its responsive.

  • Refresh DNS Cache

    Inform sesinetd to refresh its DNS cache.

User Team

Webhook