Hi,
You can find how to do it on post at link below. Also be sure to use displayGroupId and not the displayId of the device and as entity again use displayGroupId.
You will want to use the following call - Swagger UI
Which let you assign view, edit, delete permissions to specified entity for specified user or user group.
To avoid issues/confusion, please read my explanation below.
Each user has it’s own unique GroupId (user specific user group) in the above call you can use that or GroupId of an actual user Group.
Each display has it’s own unique displayGroupId (display specific displayGroup) you can use either that or displayGroupId of an actual displ…