Sample - Plaid API
POST/dashboard_user/list

List Dashboard users

Lists Dashboard users associated with your account. Use cursor to request a specific page of results, and pass the returned next_cursor to continue pagination. The response provides user details for auditing or tracking reviewers across Monitor, Beacon, and Identity Verification.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 body fields

Request containing optional credentials and a pagination cursor for listing Dashboard users.

secretstringoptional
Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
client_idstringoptional
Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
cursorstringoptional
An identifier that determines which page of results you receive.

1 status code
200Returns an array of Dashboard users, a `next_cursor` for retrieving another page, and a unique `request_id`.
dashboard_usersarray<DashboardUser>required
List of dashboard users
next_cursorstringrequired
An identifier that determines which page of results you receive.
request_idstringrequired
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Error handling

If you provide cursor, it must be a pagination identifier returned by a previous response. client_id and secret may be supplied in the request body or their corresponding headers.