tailscale_set_contacts
Update your Tailscale tailnet's account, support, and security contact emails in parallel, with per-type error handling on partial failures.
Instructions
Update tailnet contact information. Each provided contact type (account/support/security) is PATCHed in parallel; per-type errors are returned alongside the successes so a partial failure doesn't lose the work that succeeded. On partial failure the response is data: { applied, failed } -- inspect data.failed for per-type error details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account contact email | |
| support | No | Support contact email | |
| security | No | Security contact email |