remove_user_user_group
Remove a user from a user group by providing the group ID and user ID or email.
Instructions
🔴 DESTRUCTIVE · deletes · User groups · DELETE /v2/user_groups/{id}/users/{uid}
Remove user from a user group
Remove a user from a user group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the user group | |
| uid | Yes | User Id or email (encoded string) |