Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Password Reset Emails

POST https://:subdomain.cobot.me/api/password_resets

Sends out a password reset email.

Authentication required:
yes, additionally user must be a space admin
Scope required:
create_password_resets
POST https://co-up.cobot.me/api/password_resets

Body:

{
  "email": "jane@cobot.me",
}

Response: on success returns a 204 status

back to index