Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docusign Add User to account - Coggle Diagram
Docusign Add User to account
[BOT calls API to get account Details]
https://account-d.docusign.com/oauth/userinfo
[Demo]
https://account.docusign.com/oauth/userinfo
[Prod]
Select account name where user is present:
[Dropdown menu with single selection]
[Account1 name]
[Account2 name]
[Account3name]
.......
Enter user's email id:
[Single line Input Text]
Mandatory*
<btn> Submit
[Submit]
[BOT calls API to get user]
{baseURi}/restapi/v2.1/accounts/{accountID}/users?email=XX
[Result Found and userStatus='Active']
[Bot copies result]
Please select Account where [username] is to be added:
[Dropdown menu with single selection]
[Account1 name]
[Account2 name]
[Account3 name]
.......
<btn> Submit
[submit]
[BOT calls API to create user]
POST {baseuri}/restapi/v2.1/accounts/{accountID}/users
[API Success]
[username] has been added to [accountname] now
Anything else?
[API failure]
Looks like there was some problem, i have notified support team about this now.
[No Result found]
Sorry, i couldnt found any matches.
Retry?
<btn> Yes
<btn> No
[No]
[Yes]
[Result Found and userStatus='ActivationSent']
Looks like [username] is still not activated, hence i cannot proceed.
Try with another user?
<btn> Yes
<btn> No
[No]
Anything else?
[Yes]