hello
1. How can I change the user's access rights to a joint group via "REST API" for full access?
the documentation says that the permissions are only available read or readwrite
but from the application, I can set other users "full" rights and the read group request to REST API returns the permission of the user "Full". I think it's a mistake.
POST /api/v1/groups/<gID>/share_group (share group with other user(s))
Parameters
•users –List of users with whom the group will be shared.
▪ userid – User ID of one of the users you want to share the group with.
▪ permissions – Access - permissions of the user on this group. Either read or readwrite
I guess that who could forget to add permission "Full" to the /api/v1/groups/<gID>/share_group !
2. the user has the permission to read and write to the group, but this does not give him the right to move the device to another shared group from the application. Is this normal behavior?
Could you help me?