Skip to main content
Participant
June 23, 2022
Question

Difference between passing in CCs or x-api-user as parameter

  • June 23, 2022
  • 1 reply
  • 291 views

Hi team,

 

I have noticed that adding in a user in CC results in the same effect as passing in a user as the x-api-user parameter. The document will still be able to be viewed in the user's Adobe Sign portal and interacted with (e.g. initiating a reminder, adding a note) as normal.

 

Is there any real difference between the two? Thanks.

This topic has been closed for replies.

1 reply

Sam2022Author
Participant
June 23, 2022

Differences noticed: 

- when user is cc'd, the document still belongs to the service account so actions can still be undertaken for this agreement here as well as by the user

- when user is passed as x-api-user (you need to have scope of agreement_write:group enabled to successfully pass in a user from your group), then the document only belongs to the user. It no longer exists and can be seen against the service account.

 

So I suppose it depends on what your business needs.