Sending Full set of groups_users marking user to be deleted → 200 OK, still present
Sending Only User to be deleted → 200 OK, still present
The API functionality seems to be the weak point imho. Could you please provide the way how to remove user from group then?
And of course correct your docs please.
You are correct and I created an internal task yesterday for us to update the documentation (PB-44716) is_adminand deleterequire the GroupsUser id.
Adding a user is by their user_idas you show in your example.
Flow for folks playing along at home:
You need to perform a get on /groups.json to find the group “id”
many thanks for your response. Already updated & it works now.
So like this it shall be fine, right? No need to re-encrypt any resources or permissions.
BTW when updating single user in a group - simple PUT reqeusts with his id from relation is enough? e.g. when changing is_admin?