update_billing_group
Update a billing group's name or attach/detach a directory group. Only one field is updated per request.
Instructions
Update a billing group name or directory attachment (PATCH /teams/groups/{id}).
Only one field can be updated per request per API rules.
Args: group_id: Billing group id. name: New group name. directory_group_id: Directory group id to attach. clear_directory_group: When True, detach directory sync (sends null).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| group_id | Yes | ||
| directory_group_id | No | ||
| clear_directory_group | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||