Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docusign Update user information - Coggle Diagram
Docusign Update user information
[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]
[Account3 name]
.......
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]
<show card> Add More Field
<btn> Submit
[submit]
You are about to update below field(s):
[field1]:[currentvalue] to [newvalue]
[field2]:[currentvalue] to [newvalue]
....
<btn> Confirm
<btn> Retry
[confirm]
[Submit]
[BOT calls API to update user]
PUT {baseURi}/restapi/v2.1/accounts/{accountID}/users/{UserID}
2 more items...
[retry]
[Add More Field]
<WorkAddress: Address 1>
<WorkAddress: Address 2>
<WorkAddress: City>
<WorkAddress: stateOrProvince>
<WorkAddress: Country>
<WorkAddress: Phone>
<WorkAddress: PostalCode>
[No Result Found]
Sorry, i couldnt found any matches.
Retry?
<btn> Yes
<btn> No
[No]
Anything else?
[Yes]