Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 711 Bytes

File metadata and controls

20 lines (16 loc) · 711 Bytes

No Longer Maintained

This library is no longer maintained by CHHS. If you, or your organization would like to take ownership of this repository, please get in contact with us.

AdobeSign.UserManagement

This is a .Net library for managing user accounts and groups via the Adobe Sign web API. Authentication is handled via an integration key. Pull requests are encouraged for improvement and stability.

Supported Methods

Users

  • Fetch all Users in your account
  • Fetch individual users
  • Get Groups a user is in
  • Get a user via email address
  • Update a user's groups

Groups

  • Get all groups in your account
  • Get an individual group by ID
  • Get group by group name
  • Get users in a group