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"
}
},
"id": "3074457367766510XXX”,
"createdAt": "2021-11-16T19:18:46.120+0000",
"event": "board_opened"
},
(due to privacy issues, I anonymised a lot of information above)
I can't understand why it's happening as Free Restricted Users can not have an Editor Role.
(source: https://help.miro.com/hc/en-us/articles/360017571514-Account-access-levels-Enterprise-plan-)
Any Ideas?