You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Jalapina's avatar
Jalapina
Helpful | Level 5
2 years ago

can other users use my app ?

im working on my app using the signature api and dropbox sign in.

 

When i send out a signature request, the requester is always me, the one who owns the apis key. 

i want to make it so who ever is signed in to my app via the dropbox sign in is the requester 

 

https://api.hellosign.com/v3/signature_request/create_embedded
this is the endpoint im using for the creating of the signature request. 
  • Hi there,

     

    In order to change the requester for a signature request, you will need to create an unclaimed draft instead of a signature request. In the request body, you'd assign the email of the user to the requester_email_address parameter. That user can then load the request on the iframe, place signer fields and send the signature request themselves.

     

    Hope this helps!

     

     

  • DB-Des's avatar
    DB-Des
    Icon for Dropbox Engineer rankDropbox Engineer

    Hi there,

     

    In order to change the requester for a signature request, you will need to create an unclaimed draft instead of a signature request. In the request body, you'd assign the email of the user to the requester_email_address parameter. That user can then load the request on the iframe, place signer fields and send the signature request themselves.

     

    Hope this helps!

     

     

    • Jalapina's avatar
      Jalapina
      Helpful | Level 5

      thats what i needed , but it doesnt work on test mode . 

      thank you