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
- 200
- 401
The users who created dashboards in this account.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id integer
Numeric user id, for use in filter.createdBy.
fullName string
[
{
"id": 22222,
"fullName": "Test User"
}
]
The API token is missing or invalid.
- application/json
- Schema
- Example (from schema)
Schema
statusCode integer
message string
requestId string
Quote this when contacting support about a failed request.
errorCode string
Null for most dashboard errors.
parameters object
Extra context for the error, when there is any.
{
"statusCode": 400,
"message": "Dashboard name is required",
"requestId": "string",
"errorCode": "string",
"parameters": {}
}
Loading...