- Retrieves information about the current account including quotas, callback URL, and role settings.
- Updates account settings including callback URL and locale preferences.
- Verifies whether a Dropbox Sign account exists for the specified email address.
- Creates a new Dropbox Sign account with the specified email address.
- Returns a list of signature requests accessible to the authenticated user.
- Retrieves the status and details of a specific signature request.
- Creates and sends a new signature request with the submitted documents.
- Creates and sends a signature request using an existing template.
- Updates an existing signature request that is not yet complete.
- Cancels an incomplete signature request permanently.
- Removes your access to a completed signature request.
- Sends a reminder email to signers who have not yet signed.
- Downloads the signed documents from a completed signature request as raw bytes.
- Downloads documents from a signature request as a base64-encoded data URI.
- Returns a URL to download the documents from a signature request.
- Releases a held signature request to start the signing process.
- Creates a new embedded signature request for in-app signing experience.
- Creates an embedded signature request using a pre-configured template.
- Creates multiple embedded signature requests from a template in a single bulk operation.
- Edits an existing signature request with new documents or settings.
- Edits an existing template-based signature request.
- Edits an existing embedded signature request.
- Edits an existing embedded template-based signature request.
- Returns a list of templates accessible to the authenticated user.
- Retrieves information about a specific template.
- Deletes the specified template permanently.
- Downloads the document files from a template as raw bytes.
- Grants another user access to use the specified template.
- Revokes a user's access to the specified template.
- Updates the files associated with a template.
- Creates a new reusable template for signature requests.
- Creates an embedded template draft for editing within an iframe.
- Retrieves template document files as base64-encoded data URIs.
- Retrieves a download URL for template document files.
- Retrieves information about your team including all members.
- Creates a new team for the authenticated user.
- Updates the name of your team.
- Deletes your team permanently.
- Invites a user to join your team.
- Removes a member from your team.
- Lists all members of your team.
- Lists all sub-teams within your organization.
- Retrieves a signing URL for embedding in an iframe.
- Retrieves an editing URL for modifying an embedded template draft.
- Returns a list of all API Apps owned by the authenticated user.
- Retrieves information about a specific API App.
- Creates a new API App for the authenticated user.
- Updates an existing API App's configuration.
- Deletes an API App permanently.
- Creates a new unclaimed draft that can be claimed and sent later.
- Creates an embedded unclaimed draft for use within an iframe.
- Creates an embedded unclaimed draft using an existing template.
- Allows editing and resending of an existing signature request as an unclaimed draft.
- Returns a list of bulk send jobs accessible to the authenticated user.
- Retrieves details of a specific bulk send job.
- Creates multiple signature requests from a template in a single bulk operation.
- Creates a new report for signature request activity.
- Returns a list of faxes for the authenticated account.
- Retrieves information about a specific fax.
- Downloads the files associated with a fax.
- Sends a new fax to the specified recipient.
- Deletes a fax from the system.
- Retrieves properties and settings of a specific Fax Line.
- Returns a list of Fax Lines that you have access to.
- Purchases a new Fax Line for the specified country and area code.
- Deletes a Fax Line from the account.
- Grants a user access to the specified Fax Line.
- Revokes a user's access to the specified Fax Line.
- Returns a list of available area codes for purchasing Fax Lines.
- Return the authenticated identity and auth type for the current Dropbox Sign connection, mapped to the IAM unified credentials schema. The inline user block is populated from /account so callers do not need a second roundtrip to identify the connection. auth_type is derived from which credential field is populated (accessToken for OAuth 2.0, apiKey for API Key), not from /account itself.
- Validate the current Dropbox Sign credentials and return the raw, unmapped /account response. Use this when troubleshooting authentication failures (401/403) without the unified IAM mapping layer.
- List the connected Dropbox Sign team's direct sub-teams, mapped to the IAM unified group schema, via the paginated GET /team/sub_teams/{team_id} endpoint.
- Retrieve a single Dropbox Sign sub-team by team_id, mapped to the IAM unified group schema, via GET /team/info.
- Return the connected Dropbox Sign team as a single IAM organization. Dropbox Sign exposes one team per connected account, so this action always returns exactly one record sourced from GET /team. id and remote_id are pinned to the literal "dropboxsign" so they join predictably against the organization_id and role scope.resource_id references emitted elsewhere in this connector.
- Retrieve the connected Dropbox Sign team as a single IAM organization. Dropbox Sign is single-tenant from the connected account's perspective, so this action returns the same record regardless of the supplied id, with id/remote_id pinned to the literal "dropboxsign".
- Return the four stable workspace-scoped roles (a / r / d / m → Admin / Team Manager / Developer / Member) synthesized from the Dropbox Sign role_code field. The set is static, closed, and matches the role IDs surfaced in IamUser.roles[] on this connector.
- Retrieve a single synthesized Dropbox Sign IAM role by stable role_code key (a, r, d, or m). The role id space is closed because Dropbox Sign has no general-purpose roles API; any other id returns 404.
- List every Dropbox Sign team member (active accounts plus pending invitations) mapped to the IAM unified user schema. Active members are emitted with status=enabled or status=disabled based on is_locked; invited members are emitted with status=pending. Each user carries a workspace-scoped IamRole synthesized from the Dropbox Sign role_code (a / r / d / m → admin / admin / editor / basic).
- Retrieve a single Dropbox Sign account by account_id (or email address) mapped to the IAM unified user schema. Backed by GET /account which Dropbox Sign accepts with either an account_id or email_address query param to look up any account on the connected team. The roles[] array is synthesized inline from role_code with stable keys that round-trip through unified_list_roles.
- Remove a member from the connected Dropbox Sign team by account_id or email address.
No matching actions