“”“Update an existing user teams information.”
Function: update_user_team Version: 21.0+
Argument Name |
Type Description | |
---|---|---|
user_team_id |
string |
The id of the team to be updated. |
name |
string |
The new name of the team. |
rule |
string |
The new rule of the team. |
response
{ "success": true, "error": "", "user_team_id": "", "name": "", "rule": "", "partitions": [ { "partition_id": "", "borrow": true } ] }
Key |
Type |
Description |
---|---|---|
success |
boolean |
Indicates if updating the team was successful. |
error |
string |
Description of the error while updating the team. |
user_team_id |
string |
The id of the team that was updated. |
name |
string |
The name of the team. |
rule |
string |
The rule of the team. |
partitions |
object array |
All partitions attached to this team. |
partitions.partition_id |
string |
The id of the partition attached to this team. |
partitions.borrow |
boolean |
Indicates if users checking out a license from this partition should borrow or own the seat. |