🚀New lib version v1.0.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
4
dist/services/UserService.d.ts
vendored
4
dist/services/UserService.d.ts
vendored
@@ -6,10 +6,12 @@ export declare class UserService {
|
||||
/**
|
||||
* Get all
|
||||
* Lists all users. <br> This includes their groups and permissions granted to them.
|
||||
* @param page
|
||||
* @param pageSize
|
||||
* @result ResponseUser
|
||||
* @throws ApiError
|
||||
*/
|
||||
static userControllerGetAll(): Promise<Array<ResponseUser>>;
|
||||
static userControllerGetAll(page?: number, pageSize?: number): Promise<Array<ResponseUser>>;
|
||||
/**
|
||||
* Post
|
||||
* Create a new user. <br> If you want to grant permissions to the user you have to create them seperately by posting to /api/permissions after creating the user.
|
||||
|
||||
Reference in New Issue
Block a user