cURL
curl --request POST \ --url http://localhost:3000/v2/users/{id}/generatePassword \ --header 'x-API-Key: <api-key>'
{ "newPassword": "<string>" }
Generates a new password for the specified user and sends it via SMS
Documentation IndexFetch the complete documentation index at: https://docs.pland.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pland.app/llms.txt
Use this file to discover all available pages before exploring further.
User ID
Password generated successfully
The generated password
Was this page helpful?