1Password · JSON Structure

1Password Partnership Update Account Request Structure

The request body for updating a partner billing account.

Type: object Properties: 1
Password ManagerPasswordsSecuritySecrets

UpdateAccountRequest is a JSON Structure definition published by 1Password, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ends_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-partnership-update-account-request-structure.json",
  "name": "UpdateAccountRequest",
  "description": "The request body for updating a partner billing account.",
  "type": "object",
  "properties": {
    "ends_at": {
      "type": "datetime",
      "description": "The date and time to schedule removal of the customer's billing account from the partner billing service. ISO 8601 format."
    }
  }
}