Skip to main content

Get dashboard creators

GET 

/perses-public/api/v1/dashboards/users

Returns the account users who created at least one dashboard, for use as the filter.createdBy values of Search dashboard folders.

Only creators that still resolve to a user in the account are listed. Dashboards created with an API token record the token's id as their creator, so they don't contribute an entry here.

Request

Responses

The users who created dashboards in this account.

Schema
  • Array [
  • id integer

    Numeric user id, for use in filter.createdBy.

    fullName string
  • ]
Loading...