External DocumentationTo learn more, visit the Docusign documentation.
Actions
Get User Info
Get authenticated user information. Can be used to retrieve a user’s accounts.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"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>"
}
]
}
Was this page helpful?