UserApiFp ( configuration ?: Configuration , ) : { authenticateUserByName ( authenticateUserByName : AuthenticateUserByName , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < AuthenticationResult > , > ; authenticateWithQuickConnect ( quickConnectDto : QuickConnectDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < AuthenticationResult > , > ; createUserByName ( createUserByName : CreateUserByName , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > ; deleteUser ( userId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; forgotPassword ( forgotPasswordDto : ForgotPasswordDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ForgotPasswordResult > , > ; forgotPasswordPin ( forgotPasswordPinDto : ForgotPasswordPinDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PinRedeemResult > , > ; getCurrentUser ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > ; getPublicUsers ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > , > ; getUserById ( userId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > ; getUsers ( isHidden ?: boolean , isDisabled ?: boolean , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > , > ; updateUser ( userDto : UserDto , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; updateUserConfiguration ( userConfiguration : UserConfiguration , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; updateUserPassword ( updateUserPassword : UpdateUserPassword , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; updateUserPolicy ( userId : string , userPolicy : UserPolicy , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; } Returns { authenticateUserByName ( authenticateUserByName : AuthenticateUserByName , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < AuthenticationResult > , > ; authenticateWithQuickConnect ( quickConnectDto : QuickConnectDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < AuthenticationResult > , > ; createUserByName ( createUserByName : CreateUserByName , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > ; deleteUser ( userId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; forgotPassword ( forgotPasswordDto : ForgotPasswordDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ForgotPasswordResult > , > ; forgotPasswordPin ( forgotPasswordPinDto : ForgotPasswordPinDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PinRedeemResult > , > ; getCurrentUser ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > ; getPublicUsers ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > , > ; getUserById ( userId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > ; getUsers ( isHidden ?: boolean , isDisabled ?: boolean , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > , > ; updateUser ( userDto : UserDto , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; updateUserConfiguration ( userConfiguration : UserConfiguration , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; updateUserPassword ( updateUserPassword : UpdateUserPassword , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; updateUserPolicy ( userId : string , userPolicy : UserPolicy , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; } authenticateUserByName : functionauthenticateWithQuickConnect : functionauthenticateWithQuickConnect ( quickConnectDto : QuickConnectDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < AuthenticationResult > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < AuthenticationResult > , > createUserByName : functioncreateUserByName ( createUserByName : CreateUserByName , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > > deleteUser : functiondeleteUser ( userId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > forgotPassword : functionforgotPassword ( forgotPasswordDto : ForgotPasswordDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ForgotPasswordResult > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ForgotPasswordResult > , > forgotPasswordPin : functionforgotPasswordPin ( forgotPasswordPinDto : ForgotPasswordPinDto , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PinRedeemResult > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PinRedeemResult > , > getCurrentUser : functiongetCurrentUser ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > > getPublicUsers : functiongetPublicUsers ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > , > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > > getUserById : functiongetUserById ( userId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > , > Parameters userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto > > getUsers : functiongetUsers ( isHidden ?: boolean , isDisabled ?: boolean , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > , > Parameters Optional
isHidden : boolean Optional
isDisabled : boolean Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < UserDto [] > > updateUser : functionupdateUser ( userDto : UserDto , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters userDto : UserDto Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > updateUserConfiguration : functionupdateUserConfiguration ( userConfiguration : UserConfiguration , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters userConfiguration : UserConfiguration Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > updateUserPassword : functionupdateUserPassword ( updateUserPassword : UpdateUserPassword , userId ?: string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters updateUserPassword : UpdateUserPassword Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > updateUserPolicy : functionupdateUserPolicy ( userId : string , userPolicy : UserPolicy , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters userId : string userPolicy : UserPolicy Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > >
UserApi - functional programming interface
Export