Function UserApiAxiosParamCreator User Api Axios Param Creator ( configuration ? ) : { authenticateUserByName : ( ( authenticateUserByName : AuthenticateUserByName , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; authenticateWithQuickConnect : ( ( quickConnectDto : QuickConnectDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; createUserByName : ( ( createUserByName : CreateUserByName , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; deleteUser : ( ( userId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; forgotPassword : ( ( forgotPasswordDto : ForgotPasswordDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; forgotPasswordPin : ( ( forgotPasswordPinDto : ForgotPasswordPinDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getCurrentUser : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getPublicUsers : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getUserById : ( ( userId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getUsers : ( ( isHidden ?: boolean , isDisabled ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUser : ( ( userDto : UserDto , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUserConfiguration : ( ( userConfiguration : UserConfiguration , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUserPassword : ( ( updateUserPassword : UpdateUserPassword , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUserPolicy : ( ( userId : string , userPolicy : UserPolicy , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } Returns { authenticateUserByName : ( ( authenticateUserByName : AuthenticateUserByName , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; authenticateWithQuickConnect : ( ( quickConnectDto : QuickConnectDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; createUserByName : ( ( createUserByName : CreateUserByName , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; deleteUser : ( ( userId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; forgotPassword : ( ( forgotPasswordDto : ForgotPasswordDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; forgotPasswordPin : ( ( forgotPasswordPinDto : ForgotPasswordPinDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getCurrentUser : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getPublicUsers : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getUserById : ( ( userId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getUsers : ( ( isHidden ?: boolean , isDisabled ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUser : ( ( userDto : UserDto , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUserConfiguration : ( ( userConfiguration : UserConfiguration , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUserPassword : ( ( updateUserPassword : UpdateUserPassword , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; updateUserPolicy : ( ( userId : string , userPolicy : UserPolicy , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } authenticate User By Name : ( ( authenticateUserByName : AuthenticateUserByName , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( authenticateUserByName , options ? ) : Promise < RequestArgs > Returns Promise < RequestArgs > authenticate With Quick Connect : ( ( quickConnectDto : QuickConnectDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( quickConnectDto , options ? ) : Promise < RequestArgs > Parameters quickConnectDto : QuickConnectDto Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > create User By Name : ( ( createUserByName : CreateUserByName , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( createUserByName , options ? ) : Promise < RequestArgs > Returns Promise < RequestArgs > delete User : ( ( userId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( userId , options ? ) : Promise < RequestArgs > Parameters userId : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > forgot Password : ( ( forgotPasswordDto : ForgotPasswordDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( forgotPasswordDto , options ? ) : Promise < RequestArgs > Returns Promise < RequestArgs > forgot Password Pin : ( ( forgotPasswordPinDto : ForgotPasswordPinDto , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( forgotPasswordPinDto , options ? ) : Promise < RequestArgs > Returns Promise < RequestArgs > get Current User : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( options ? ) : Promise < RequestArgs > Parameters Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > get Public Users : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( options ? ) : Promise < RequestArgs > Parameters Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > get User By Id : ( ( userId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( userId , options ? ) : Promise < RequestArgs > Parameters userId : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > get Users : ( ( isHidden ?: boolean , isDisabled ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( isHidden ? , isDisabled ? , options ? ) : Promise < RequestArgs > Parameters Optional
isHidden : boolean Optional
isDisabled : boolean Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > update User : ( ( userDto : UserDto , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( userDto , userId ? , options ? ) : Promise < RequestArgs > Parameters userDto : UserDto Optional
userId : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > update User Configuration : ( ( userConfiguration : UserConfiguration , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( userConfiguration , userId ? , options ? ) : Promise < RequestArgs > Parameters userConfiguration : UserConfiguration Optional
userId : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > update User Password : ( ( updateUserPassword : UpdateUserPassword , userId ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( updateUserPassword , userId ? , options ? ) : Promise < RequestArgs > Parameters updateUserPassword : UpdateUserPassword Optional
userId : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > update User Policy : ( ( userId : string , userPolicy : UserPolicy , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( userId , userPolicy , options ? ) : Promise < RequestArgs > Parameters userId : string userPolicy : UserPolicy Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs >
UserApi - axios parameter creator
Export