plaid
Retrieve a Dashboard user
The /dashboard_user/get endpoint provides details (such as email address) about a specific Dashboard user based on the dashboard_user_id field, which is returned in the audit_trail object of certain Monitor and Beacon endpoints. This can be used to identify the specific reviewer who performed a Dashboard action.
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"
}