/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { CancelablePromise } from '../core/CancelablePromise'; import type { BaseHttpRequest } from '../core/BaseHttpRequest'; export class GroupsManageService { constructor(public readonly httpRequest: BaseHttpRequest) {} /** * @returns void * @throws ApiError */ public addUsers(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/addUsers', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public addGroups(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/addGroups', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getUsers(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getUsers', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getUserDetails(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getUserDetails', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getUserEmail(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getUserEmail', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getGroups(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getGroups', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getTeams(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getTeams', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getRelatedGroups(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getRelatedGroups', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getGroupDetails(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getGroupDetails', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getOrgDetails(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getOrgDetails', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public updateGroup(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/updateGroup', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getSubGroups(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getSubGroups', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getParentGroups(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getParentGroups', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getAllUsersCount(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getAllUsersCount', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getRecentlyAddedUsersCount(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getRecentlyAddedUsersCount', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getUsersByStatusCount(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getUsersByStatusCount', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public verifyUser(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/verifyUser', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public changePassword(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/changePassword', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public deactivateGroup(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/deactivateGroup', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public activateGroup(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/activateGroup', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getGroupsWithPermission(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getGroupsWithPermission', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getOrganization(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getOrganization', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getSubGroupEmails(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getSubGroupEmails', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getAllPermissions(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getAllPermissions', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getSystemPermissions(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getSystemPermissions', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public updateOrganizations(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/updateOrganizations', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public patchGroups(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/patchGroups', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } /** * @returns void * @throws ApiError */ public getOrgParticipants(): CancelablePromise { return this.httpRequest.request({ method: 'GET', url: '/groups/manage/getOrgParticipants', errors: { 401: `Need proper authorization, it's usually acheived by getting the right permission.`, }, }); } }