- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateUsersWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the updateUsersWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow updates one or more users. It's used by the Update User Admin API Route.
You can use this workflow within your customizations or your own custom workflows, allowing you to update users within your custom flows.
Source CodeExamples#
Steps#
Input#
UpdateUsersWorkflowInputDTO
UpdateUsersWorkflowInputDTO
UpdateUsersWorkflowInputDTO
UpdateUsersWorkflowInputDTOupdates
UpdateUserDTO[]The users to update.
updates
UpdateUserDTO[]Output#
Was this page helpful?