When using the APIv2 query "/devices" one group got the permission "63"? What does that mean? How do I map the permission returned in "/devices" to anything in "/usergroups"? Is there a way to do that?


Article Comments

Hi there,

There is no relation to a user group. The permission field contains a bit field and the value is a sum of the following permissions:

read1
write2
delete4
move8
acknowledge16
admin32


63 simply means, that all available permissions are given already.

Best,
Sebastian


Nov, 2022 - Permalink