Contents:
Create a new user.
Version: v4
Required Permissions
The authenticated user must be an admin.
NOTE: Each request to the Trifacta® platform must include authentication credentials. See API Authentication.
Request
Request Type: POST
Endpoint:
/v4/passwordresetrequest/
Request Body:
The following properties are supported:
{ "accountId": 6, "email": "joe@example.com", "orginURL": "http://loginpage.example.com:3005/" }
Response
Response Status Code - Success: 201 - Created
Response Body Example:
{ "code": "<AccountResetURL>", "email": "joe@example.com" }
Reference
Request properties:
Property | Description |
---|---|
accountId | Internal identifier of the user whose password should be reset |
The email address to which to deliver the password reset email. This value should correspond to the login for the specified account. For more information, see API People Get v4. | |
originURL | The URL of the login page for the Trifacta application |
Response properties:
Property | Description |
---|---|
code | The password reset code generated for the specified user. NOTE: This endpoint does not generate an email or perform the reset. You must use the reset code to build a reset URL to send separately to the specific user. For more information, see CLI Migration to APIs. |
This page has no comments.