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...
[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:
Comments
Post a Comment