Skip to main content
  • 1,407 Topics
  • 3,729 Replies
1407 Topics
Problem with Audit Log API. Bug?

Hello,I'm using your REST API Audit Log Endpoint to get what's the Role of each user in each board.I have an user: raaf@xxxx.com that is a Free Restricted Member and it is returning this object:{            "type": "event",            "details": {                "role": "EDITOR"            },            "createdBy": {                "type": "user",                "id": 307XXX7360065256XXX,                "name": “raaf”,                "email": “raaf@xxxx.com”            },            "object": {                "id": "307XXX736776477XXX,                "name": “Bola”            },            "context": {                "ip": "172.XX.324.73",                "team": {                    "type": "team",                    "name": "Enterprise - Plan”,                    "id": "307445XXX3657872XXX”                },                "organization": {                    "type": "organization",                    "name": “Bola”,                    "id": "307XXX363XXX872XXX"                }