v0.9.37 bug fixes
This commit is contained in:
@@ -105,6 +105,7 @@ export const api = {
|
||||
updateTeamSettings: (body) => req('PATCH', '/settings/team', body),
|
||||
|
||||
// User groups (Group Manager)
|
||||
getMyUserGroups: () => req('GET', '/usergroups/me'),
|
||||
getUserGroups: () => req('GET', '/usergroups'),
|
||||
getUserGroup: (id) => req('GET', `/usergroups/${id}`),
|
||||
createUserGroup: (body) => req('POST', '/usergroups', body),
|
||||
|
||||
Reference in New Issue
Block a user