UserApiFp ( configuration ?: Configuration , ) : { userControllerAssignRole ( id : string , roleId : string , userRoleAssignChangeDTO ?: UserRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerCreate ( userCreateInputDTO ?: UserCreateInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; userControllerDeleteSelectedDomainCookie ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; userControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; userControllerInvite ( inviteCreateDTO ?: InviteCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; userControllerLinkPlayerProfile ( linkPlayerUnauthedInputDTO ?: LinkPlayerUnauthedInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; userControllerLogin ( loginDTO ?: LoginDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < LoginOutputDTOAPI > , > ; userControllerLogout ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerMe ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < MeOutoutDTOAPI > , > ; userControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerRemoveRole ( id : string , roleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerSearch ( userSearchInputDTO ?: UserSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputArrayDTOAPI > , > ; userControllerSetSelectedDomain ( domainId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; userControllerUpdate ( id : string , userUpdateDTO ?: UserUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; } Parameters Optional
configuration : Configuration Returns { userControllerAssignRole ( id : string , roleId : string , userRoleAssignChangeDTO ?: UserRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerCreate ( userCreateInputDTO ?: UserCreateInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; userControllerDeleteSelectedDomainCookie ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; userControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; userControllerInvite ( inviteCreateDTO ?: InviteCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; userControllerLinkPlayerProfile ( linkPlayerUnauthedInputDTO ?: LinkPlayerUnauthedInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; userControllerLogin ( loginDTO ?: LoginDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < LoginOutputDTOAPI > , > ; userControllerLogout ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerMe ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < MeOutoutDTOAPI > , > ; userControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerRemoveRole ( id : string , roleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; userControllerSearch ( userSearchInputDTO ?: UserSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputArrayDTOAPI > , > ; userControllerSetSelectedDomain ( domainId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; userControllerUpdate ( id : string , userUpdateDTO ?: UserUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > ; } userControllerAssignRole : functionuserControllerAssignRole ( id : string , roleId : string , userRoleAssignChangeDTO ?: UserRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters id : string roleId : string Optional
userRoleAssignChangeDTO : UserRoleAssignChangeDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > userControllerCreate : functionuserControllerCreate ( userCreateInputDTO ?: UserCreateInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > userControllerDeleteSelectedDomainCookie : functionuserControllerDeleteSelectedDomainCookie ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > userControllerGetOne : functionuserControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > userControllerInvite : functionuserControllerInvite ( inviteCreateDTO ?: InviteCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > Parameters Optional
inviteCreateDTO : InviteCreateDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > userControllerLinkPlayerProfile : functionuserControllerLinkPlayerProfile ( linkPlayerUnauthedInputDTO ?: LinkPlayerUnauthedInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > userControllerLogin : functionuserControllerLogin ( loginDTO ?: LoginDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < LoginOutputDTOAPI > , > Parameters Optional
loginDTO : LoginDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < LoginOutputDTOAPI > , > userControllerLogout : functionuserControllerLogout ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > userControllerMe : functionuserControllerMe ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < MeOutoutDTOAPI > , > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < MeOutoutDTOAPI > , > userControllerRemove : functionuserControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > userControllerRemoveRole : functionuserControllerRemoveRole ( id : string , roleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters id : string roleId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > userControllerSearch : functionuserControllerSetSelectedDomain : functionuserControllerSetSelectedDomain ( domainId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters domainId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > userControllerUpdate : functionuserControllerUpdate ( id : string , userUpdateDTO ?: UserUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , > Parameters id : string Optional
userUpdateDTO : UserUpdateDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < UserOutputDTOAPI > , >
UserApi - functional programming interface
Export