I have created an App and gave myself “auditlogs:read” permission. However, when I’m trying to make a GET API call, I received the following response.
I’m the owner of the project and Team Admin.
https://api.miro.com/v2/audit/logs?createdAfter=2024-04-06T05:34:08.000Z&createdBefore=2024-04-07T05:34:08.000Z
{
"code": "insufficientPermissions",
"message": "User is not authorized to read logs",
"status": 403,
"type": "error"
}
Within the company my role is Member. Will I need to request for User Admin or Content Admin to be able to make the Audit log API request?