Boomi MFT - AFT Management API Reference (v1) - ForgotUser
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
Initiates password reset process by sending reset email to user
This endpoint does not require authentication and can be accessed anonymously for security reasons
Authorizations:
ApiKeyBearer
Request Body schema:
User information containing username for password reset
| username | string or null |
| emailAddress | string or null |
Responses
Request samples
- Payload
Content type
{- "username": "string",
- "emailAddress": "string"
}Response samples
- 500
Content type
No sample
Initiates username recovery process by sending username to user's email
This endpoint does not require authentication and can be accessed anonymously for security reasons
Authorizations:
ApiKeyBearer
Request Body schema:
User information containing email address for username recovery
| username | string or null |
| emailAddress | string or null |
Responses
Request samples
- Payload
Content type
{- "username": "string",
- "emailAddress": "string"
}Response samples
- 500
Content type
No sample
Was this topic helpful?