sophos_update_account_access_token
Update an account-level access token's label or expiry date to manage token lifecycle without recreating it.
Instructions
Update an existing account-level access token. Supports updating the token's label and/or expiry date. At least one of label or expires_at must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | New label for the token (1-50 chars, alphanumeric, commas, hyphens and periods only) | |
| token_id | Yes | Access token ID to update | |
| tenant_id | Yes | Tenant UUID | |
| expires_at | No | New ISO 8601 expiry date-time for the token (e.g. '2028-06-01T00:00:00Z') |