Integrate API
Home
Company
Company
  • Company
  • Users
  • Office
Orders
Orders
  • Orders
  • Change Request
  • Drafts
  • GoToScan
Webhooks
Home
Company
Company
  • Company
  • Users
  • Office
Orders
Orders
  • Orders
  • Change Request
  • Drafts
  • GoToScan
Webhooks
  1. Users
  • List all users
    GET
  • Add new user
    POST
  • Get user by email
    GET
  • Update user details
    PATCH
  • Change user password
    POST
  • Send password reset link
    POST
  • Delete user
    DELETE
  1. Users

Send password reset link

Prod Env
https://app.cubi.casa/api/integrate/v3
Prod Env
https://app.cubi.casa/api/integrate/v3
POST
/users/reset-password
Trigger sending password reset link to user email.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
Reset password email sent
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.cubi.casa/api/integrate/v3/users/reset-password' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "user@example.com"
}'
Response Response Example
{
    "message": "Send reset password email successfully."
}
Modified at 2025-08-11 11:34:35
Previous
Change user password
Next
Delete user
Built with