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. |