Skip to main content
Participant
April 24, 2023
Question

Permissions Denied on delegatedParticipiantSets

  • April 24, 2023
  • 1 reply
  • 354 views

Hello,

I'm using following endpoint for delegating:

/agreements/{agreementId}/members/participantSets/{participantSetId}/delegatedParticipantSets

 

My account has agreement_write scope enabled with group modified.

My content type for tests is:

 

{
  "memberInfos": [
    {
      "email": "someEmail@address.com",
      "securityOption": {}
    }
  ]
}

 

 


I'm getting follow error:
{ "code": "PERMISSION_DENIED", "message": "The API caller does not have the permission to execute this operation" }

Response Code: 403

 

Is there a bug in the Adobe Sign API? What persmission do I need?

1 reply

Participant
August 19, 2025

@Urban5FCA did you ever get this resolved? I am running into the same issue with the same API call