Hi @Amerehei,
If * "actorType": "WALL"
this indicates that the event was generated from our WALL client, which are the physical touch screen devices. Each device wall has a unique id just like a user has a unique userId.
When creating a bearer token to be used by APIs, the token is tied to the user that authorized access.
The API calls would then use the bearer token and those calls:
- inherit all the permissions of the user
actorType
would also be “USER”actorId
would be the userId that granted access.
I hope this helps! If you have any additional questions just us know.
/Kevin