Docusign · Capability

DocuSign REST API — CloudStorageProviders

DocuSign REST API — CloudStorageProviders. 5 operations. Lead operation: Docusign Get the Cloud Storage Provider configuration for the specified user.. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignCloudStorageProviders

What You Can Do

GET
Cloudstoragegetcloudstorageproviders — Docusign Get the Cloud Storage Provider configuration for the specified user.
/v1/v2/accounts/{accountid}/users/{userid}/cloud-storage
POST
Cloudstoragepostcloudstorage — Docusign Configures the redirect URL information for one or more cloud storage providers for the specified user.
/v1/v2/accounts/{accountid}/users/{userid}/cloud-storage
DELETE
Cloudstoragedeletecloudstorageproviders — Docusign Deletes the user authentication information for one or more cloud storage providers.
/v1/v2/accounts/{accountid}/users/{userid}/cloud-storage
GET
Cloudstoragegetcloudstorage — Docusign Gets the specified Cloud Storage Provider configuration for the User.
/v1/v2/accounts/{accountid}/users/{userid}/cloud-storage/{serviceid}
DELETE
Cloudstoragedeletecloudstorage — Docusign Deletes the user authentication information for the specified cloud storage provider.
/v1/v2/accounts/{accountid}/users/{userid}/cloud-storage/{serviceid}

MCP Tools

docusign-get-cloud-storage-provider

Docusign Get the Cloud Storage Provider configuration for the specified user.

read-only idempotent
docusign-configures-redirect-url-information

Docusign Configures the redirect URL information for one or more cloud storage providers for the specified user.

docusign-deletes-user-authentication-information

Docusign Deletes the user authentication information for one or more cloud storage providers.

idempotent
docusign-gets-specified-cloud-storage

Docusign Gets the specified Cloud Storage Provider configuration for the User.

read-only idempotent
docusign-deletes-user-authentication-information-2

Docusign Deletes the user authentication information for the specified cloud storage provider.

idempotent

Capability Spec

docusign-cloudstorageproviders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign REST API — CloudStorageProviders
  description: 'DocuSign REST API — CloudStorageProviders. 5 operations. Lead operation: Docusign Get the Cloud Storage Provider
    configuration for the specified user.. Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - CloudStorageProviders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: docusign-cloudstorageproviders
    baseUri: https://www.docusign.net/restapi
    description: DocuSign REST API — CloudStorageProviders business capability. Self-contained, no shared references.
    resources:
    - name: v2-accounts-accountId-users-userId-cloud_storage
      path: /v2/accounts/{accountId}/users/{userId}/cloud_storage
      operations:
      - name: cloudstoragegetcloudstorageproviders
        method: GET
        description: Docusign Get the Cloud Storage Provider configuration for the specified user.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
        - name: userId
          in: path
          type: string
          description: 'The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but
            if the authenticated user is an Admin on the account, this '
          required: true
        - name: redirectUrl
          in: query
          type: string
          description: The URL the user is redirected to after the cloud storage provider authenticates the user. Using this
            will append the redirectUrl to the authenticationUrl.
      - name: cloudstoragepostcloudstorage
        method: POST
        description: Docusign Configures the redirect URL information  for one or more cloud storage providers for the specified
          user.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
        - name: userId
          in: path
          type: string
          description: 'The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but
            if the authenticated user is an Admin on the account, this '
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: cloudstoragedeletecloudstorageproviders
        method: DELETE
        description: Docusign Deletes the user authentication information for one or more cloud storage providers.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
        - name: userId
          in: path
          type: string
          description: 'The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but
            if the authenticated user is an Admin on the account, this '
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v2-accounts-accountId-users-userId-cloud_storage-serviceId
      path: /v2/accounts/{accountId}/users/{userId}/cloud_storage/{serviceId}
      operations:
      - name: cloudstoragegetcloudstorage
        method: GET
        description: Docusign Gets the specified Cloud Storage Provider configuration for the User.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
        - name: serviceId
          in: path
          type: string
          description: 'The ID of the service to access. '
          required: true
        - name: userId
          in: path
          type: string
          description: 'The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but
            if the authenticated user is an Admin on the account, this '
          required: true
        - name: redirectUrl
          in: query
          type: string
          description: The URL the user is redirected to after the cloud storage provider authenticates the user. Using this
            will append the redirectUrl to the authenticationUrl.
      - name: cloudstoragedeletecloudstorage
        method: DELETE
        description: Docusign Deletes the user authentication information for the specified cloud storage provider.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
        - name: serviceId
          in: path
          type: string
          description: 'The ID of the service to access. '
          required: true
        - name: userId
          in: path
          type: string
          description: 'The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but
            if the authenticated user is an Admin on the account, this '
          required: true
  exposes:
  - type: rest
    namespace: docusign-cloudstorageproviders-rest
    port: 8080
    description: REST adapter for DocuSign REST API — CloudStorageProviders. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/accounts/{accountid}/users/{userid}/cloud-storage
      name: v2-accounts-accountid-users-userid-cloud-storage
      description: REST surface for v2-accounts-accountId-users-userId-cloud_storage.
      operations:
      - method: GET
        name: cloudstoragegetcloudstorageproviders
        description: Docusign Get the Cloud Storage Provider configuration for the specified user.
        call: docusign-cloudstorageproviders.cloudstoragegetcloudstorageproviders
        with:
          accountId: rest.accountId
          userId: rest.userId
          redirectUrl: rest.redirectUrl
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: cloudstoragepostcloudstorage
        description: Docusign Configures the redirect URL information  for one or more cloud storage providers for the specified
          user.
        call: docusign-cloudstorageproviders.cloudstoragepostcloudstorage
        with:
          accountId: rest.accountId
          userId: rest.userId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: cloudstoragedeletecloudstorageproviders
        description: Docusign Deletes the user authentication information for one or more cloud storage providers.
        call: docusign-cloudstorageproviders.cloudstoragedeletecloudstorageproviders
        with:
          accountId: rest.accountId
          userId: rest.userId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/accounts/{accountid}/users/{userid}/cloud-storage/{serviceid}
      name: v2-accounts-accountid-users-userid-cloud-storage-serviceid
      description: REST surface for v2-accounts-accountId-users-userId-cloud_storage-serviceId.
      operations:
      - method: GET
        name: cloudstoragegetcloudstorage
        description: Docusign Gets the specified Cloud Storage Provider configuration for the User.
        call: docusign-cloudstorageproviders.cloudstoragegetcloudstorage
        with:
          accountId: rest.accountId
          serviceId: rest.serviceId
          userId: rest.userId
          redirectUrl: rest.redirectUrl
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: cloudstoragedeletecloudstorage
        description: Docusign Deletes the user authentication information for the specified cloud storage provider.
        call: docusign-cloudstorageproviders.cloudstoragedeletecloudstorage
        with:
          accountId: rest.accountId
          serviceId: rest.serviceId
          userId: rest.userId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docusign-cloudstorageproviders-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign REST API — CloudStorageProviders. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: docusign-get-cloud-storage-provider
      description: Docusign Get the Cloud Storage Provider configuration for the specified user.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docusign-cloudstorageproviders.cloudstoragegetcloudstorageproviders
      with:
        accountId: tools.accountId
        userId: tools.userId
        redirectUrl: tools.redirectUrl
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-configures-redirect-url-information
      description: Docusign Configures the redirect URL information  for one or more cloud storage providers for the specified
        user.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: docusign-cloudstorageproviders.cloudstoragepostcloudstorage
      with:
        accountId: tools.accountId
        userId: tools.userId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-deletes-user-authentication-information
      description: Docusign Deletes the user authentication information for one or more cloud storage providers.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: docusign-cloudstorageproviders.cloudstoragedeletecloudstorageproviders
      with:
        accountId: tools.accountId
        userId: tools.userId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-gets-specified-cloud-storage
      description: Docusign Gets the specified Cloud Storage Provider configuration for the User.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docusign-cloudstorageproviders.cloudstoragegetcloudstorage
      with:
        accountId: tools.accountId
        serviceId: tools.serviceId
        userId: tools.userId
        redirectUrl: tools.redirectUrl
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-deletes-user-authentication-information-2
      description: Docusign Deletes the user authentication information for the specified cloud storage provider.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: docusign-cloudstorageproviders.cloudstoragedeletecloudstorage
      with:
        accountId: tools.accountId
        serviceId: tools.serviceId
        userId: tools.userId
      outputParameters:
      - type: object
        mapping: $.