Get authenticated user information. Can be used to retrieve a user’s accounts.

External Documentation

To learn more, visit the Docusign documentation.

Example Output

{
	"sub": "<string>",
	"name": "<string>",
	"given_name": "<string>",
	"family_name": "<string>",
	"created": "2021-03-01T06:14:49",
	"email": "<string>",
	"accounts": [
		{
			"account_id": "<string>",
			"is_default": false,
			"account_name": "<string>",
			"base_uri": "<string>"
		}
	]
}

Workflow Library Example

Get User Info with Docusign and Send Results Via Email

Preview this Workflow on desktop