I believe so (but I am far from an expert--really only getting started myself). See the API documentation at https://fusionauth.io/docs/v1/tech/apis/users#create-a-user; there's a sendSetPasswordEmail
option that I think is what you would be looking for.
W
Posts made by wwelchj
-
RE: Is it possible to use self registration service without password until user was not verified?
-
.NET Core Client JWT Validate returns incorrect exp/iat time
Hello,
I noticed that when using FusionAuthSyncClient.ValidateJWT, the ValidateResponse returned has an incorrect exp/iat date--mine show up as 1970-01-19 with 4.4 milliseconds between the two. The server is set with a 1 hour window. If the token text is pasted into jwt.io, however, the exp/iat is correct, suggesting something is happening in the ValidateResponse possibly. Is there something I'm missing?