Dropbox Sign/faxLineAddUser

Preview only · details below

Dropbox SignDropbox Sign eSignature API

PUT/fax_line/add_user

Add Fax Line User

Grants a user access to the specified Fax Line.

Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
faxLineAddUser
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

No URL, query, or header parameters.

Request body

FaxLineAddUserRequestrequired

Content-Type: application/json

Properties: numberaccount_idemail_address

{
  "account_id": "ab55cd14a97219e36b5ff5fe23f2f9329b0c1e97",
  "email_address": "developer@example.com"
}

Responses

200

FaxLineResponseapplication/json

successful operation

Properties: fax_linewarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "fax_line": {
    "created_at": 0,
    "updated_at": 0,
    "accounts": [
      {
        "account_id": "example-account-id",
        "email_address": "developer@example.com",
        "is_locked": false,
        "is_paid_hs": false,
        "is_paid_hf": false,
        "quotas": {
          "api_signature_requests_left": 0,
          "documents_left": 0,
          "templates_total": 0,
          "templates_left": 0,
          "sms_verifications_left": 0,
          "num_fax_pages_left": 0
        },
        "callback_url": "https://example.com/resource"
      }
    ]
  },
  "warnings": {
    "warning_name": "Example Name"
  }
}