plaid
Retrieve a dashboard user
Retrieve information about a dashboard user.
post/dashboard_user/get
Request body
Example request
{
"dashboard_user_id": "54350110fedcbaf01234ffee"
}Response
OK
Example response
{
"id": "54350110fedcbaf01234ffee",
"created_at": "2020-07-24T03:26:02Z",
"email_address": "user@example.com",
"status": "active"
}