Error
A valid request URL is required to generate request examples{
"results": {
"reassignedCount": 123
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Reassign dashboards
Transfers ownership of all dashboards from one user to another
PATCH
/
api
/
v1
/
org
/
user
/
{userUuid}
/
reassign-dashboards
Error
A valid request URL is required to generate request examples{
"results": {
"reassignedCount": 123
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Body
application/json
the new owner details
the new owner details
Was this page helpful?