Hi !
With calling /api/permissions I can set permissions (Method Put) and delete permissions (Method delete).
But how can I read the permissions ? I want to know what groups a user can see.
Greetings Bernd
You just call get on groups endpoint and provide user id. Check what the official web app does.
Works well !
Thank you !
Next week I will present the solution to the police departement.
Hi !
With calling /api/permissions I can set permissions (Method Put) and delete permissions (Method delete).
But how can I read the permissions ? I want to know what groups a user can see.
Greetings Bernd