You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You remove a user from a group by using the patch and sending an ‘op’ of ‘remove’ like the below: (note that the order of the group you’re removing does matter so removing group /groups/0 is the first group that the user has, /groups/1 is the second and so on)
[{
"op": "remove",
"path": "/groups/1",
}]
The text was updated successfully, but these errors were encountered:
You remove a user from a group by using the patch and sending an ‘op’ of ‘remove’ like the below: (note that the order of the group you’re removing does matter so removing group /groups/0 is the first group that the user has, /groups/1 is the second and so on)
[{
"op": "remove",
"path": "/groups/1",
}]
The text was updated successfully, but these errors were encountered: