docusignapi - Add permission profile through API -


is possible add permission profile user through docusign rest api? either when creating new user or afterwards? see can add user group, not permission profile.

yes can both - can modify user profiles when adding new user, , can modify existing users - through docusign's apis. (you can manually set them through console ui)

when adding new users account there high level settings set user, such name, email, company, etc., , there

usersettings  

object contains (name,value) pairs settings such whether they're admin, if can send envelopes, if can send through api, etc. following page online rest api guide describes call , has separate section below lists potential name->value pairs , values. of them booleans strings.

docusign rest api call - add members account

next, see account settings set existing user, can make api call retrieve them:

docusign rest api call - user settings

lastly, modify settings of existing user, can make following call:

docusign rest api call - modify user settings

probably best way test of out , use rest api explorer. can add usersettings name->value pairs through tool , see sample request bodies like...

docusign iodocs explorer

[edit] regards user profiles can viewed in console (i.e. docusign sender, admin, etc.) can create groups, add users groups, configure groups use existing profiles based on permissionprofileid. steps through api follows:

  1. add new group
  2. add users new group created
  3. get list of permission profiles in account
  4. set permission profile group

Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -