create_auth_reset_password_by_guid
Reset a user's password by providing their unique GUID. Use this to restore account access when a password is lost or needs changing.
Instructions
Reset the password for a user.
POST /api/v1/auth/reset-password/{guid}
Args: guid: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| guid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |