To reset the password for a database user, send a POST request to/v2/databases/$DATABASE_ID/users/$USERNAME/reset_auth.For mysql databases, the authentication method can be specifying byincluding a key in the JSON body called mysql_settings with the auth_pluginvalue specified.The response will be a JSON object with a user key. This will be set to anobject containing the standard database user attributes.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To reset the password for a database user, send a POST request to/v2/databases/$DATABASE_ID/users/$USERNAME/reset_auth.For mysql databases, the authentication method can be specifying byincluding a key in the JSON body called mysql_settings with the auth_pluginvalue specified.The response will be a JSON object with a user key. This will be set to anobject containing the standard database user attributes.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/users/{username}/reset_auth