Send password reset email to team member
Triggers a password reset email for the specified team member via Better Auth. Organization owners and admins may send password resets.
Triggers a password reset email for the specified team member via Better Auth. Organization owners and admins may send password resets.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
id*string
Member ID
Response Body
application/json
curl -X POST "https://example.com/team/members/550e8400-e29b-41d4-a716-446655440000/send-password-reset"{ "success": true}Empty
Empty
Empty
Resend a pending invitation POST
Re-sends a pending invitation. Organization owners and admins may resend invitations whose role is still assignable to the organization.
Transfer organization ownership POST
Atomically promotes the selected member to owner and demotes the current owner to admin. Only the current owner may transfer ownership.