I am trying to the following api call (Course Audit log API) to get access on course events.
GET /api/v1/audit/course/courses/:course_id
But I got an error msg:
"user not authorized to perform that action".
I am the teacher of the course that I try to see its events with course audit log api.
How can I get permission to perform the audit log api call?
Thanks