Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.