Get signing URL after delegate
I am using DELEGATE_TO_SIGNER role to allow participant to assign someone else to sign the agreement. After the agreement has been delegated, I am using the GET /agreements/{agreementId}/signingUrls to retrieve the signing URL for the current signer. The problem is that get signingUrls API method is still returning the URL for the delegator instead of the URL for the current signer (which is delegated by the delegator). Is this a bug in adobe sign?
If I call the get agreement or get agreement members, I can see that the new delegated member has been added to the agreement and the email also being sent to that member.
Is there a way to get the current signing URL using the API after it has been delegated?
