You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v10.0.0] - eSignature API v2.1-26.2.00.00 - 2026-06-01
Breaking Changes
Groups API: ListGroupUsers, ListGroupUsersAsync, and their WithHttpInfo variants now return GroupUsersResponse
instead of UsersResponse. Update any code that depends on the previous return type.
Added
Envelopes API: New envelope sharing methods:
UpdateEnvelopesShares / DeleteEnvelopesShares — bulk update or delete shares on an envelope.
UpdateEnvelopesShare / DeleteEnvelopesShare — update or delete a single envelope share by shareId.
GetSharedEnvelopes — retrieve a filtered list of shared envelopes.