Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Send a password reset token.
This will send a password reset email to the user. If a password reset token does not already exist
for this user, it will create one and then send it.
If the user has not yet set up their account, it will send a setup email to the user.
The URL sent in the email is expressed as the 'password_reset_url' of the user's email/password credential object.
Password reset URLs will expire in 60 minutes.
This method can be called with an empty body.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Send Password Reset Token\n\nVersion 4.0.25.14 (latest)\n\n### Send a password reset token.\n\nThis will send a password reset email to the user. If a password reset token does not already exist\nfor this user, it will create one and then send it.\nIf the user has not yet set up their account, it will send a setup email to the user.\nThe URL sent in the email is expressed as the 'password_reset_url' of the user's email/password credential object.\nPassword reset URLs will expire in 60 minutes.\nThis method can be called with an empty body.\n\nCalls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).\n\nRequest\n-------\n\nPOST /users/{user_id}/credentials_email/send_password_reset \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nuser_id \nstring \nId of user \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: email/password credential\n\nDatatype \nDescription \n(object) \n[CredentialsEmail](/looker/docs/reference/looker-api/latest/types/CredentialsEmail) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncreated_at \n*lock* \nstring \nTimestamp for the creation of this credential \nemail \nstring \nEMail address used for user login \nforced_password_reset_at_next_login \nboolean \nForce the user to change their password upon their next login \nuser_id \n*lock* \nstring \nUnique Id of the user \nis_disabled \n*lock* \nboolean \nHas this credential been disabled? \nlogged_in_at \n*lock* \nstring \nTimestamp for most recent login using credential \npassword_reset_url \n*lock* \nstring \nUrl with one-time use secret token that the user can use to reset password \naccount_setup_url \n*lock* \nstring \nUrl with one-time use secret token that the user can use to setup account \npassword_reset_url_expired \n*lock* \nboolean \nIs password_reset_url expired or not present? \naccount_setup_url_expired \n*lock* \nboolean \nIs account_setup_url expired or not present? \ntype \n*lock* \nstring \nShort name for the type of this kind of credential \nurl \n*lock* \nstring \nLink to get this item \nuser_url \n*lock* \nstring \nLink to get this user\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 403: Permission Denied\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Python"]]