create_user_by_user_id_settings_password
Update a user's password using their user ID and request body. Set a new password to resolve login issues.
Instructions
Update password for a user.
POST /api/v1/user/{userId}/settings/password
Args: user_id: 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 | ||
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |