Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New resource: split_user_group_association #93

Open
davidji99 opened this issue Aug 16, 2022 · 0 comments
Open

New resource: split_user_group_association #93

davidji99 opened this issue Aug 16, 2022 · 0 comments
Assignees

Comments

@davidji99
Copy link
Owner

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",
}]

@davidji99 davidji99 self-assigned this Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant