# User

## Get password reset ticket for current user

> Get a password reset ticket for the currently authenticated user.

```json
{"openapi":"3.0.3","info":{"title":"Dashboard API","version":"1.0.0"},"tags":[{"name":"user"}],"paths":{"/api/v1/user/password-reset-ticket":{"post":{"summary":"Get password reset ticket for current user","tags":["user"],"description":"Get a password reset ticket for the currently authenticated user.","responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ticket":{"type":"string"}},"required":["ticket"],"additionalProperties":false}}}}}}}}}
```

## Get MFA enrollment ticket for current user

> Get an MFA enrollment ticket for the currently authenticated user.

```json
{"openapi":"3.0.3","info":{"title":"Dashboard API","version":"1.0.0"},"tags":[{"name":"user"}],"paths":{"/api/v1/user/mfa-enrollment-ticket":{"post":{"summary":"Get MFA enrollment ticket for current user","tags":["user"],"description":"Get an MFA enrollment ticket for the currently authenticated user.","responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ticket":{"type":"string"}},"required":["ticket"],"additionalProperties":false}}}}}}}}}
```
