update - User Module Reference
This documentation provides a reference to the update
method. This belongs to the User Module.
update(data, sharedContext?): Promise<UserDTO[]>
This method updates existing users.
Example
Parameters
The attributes to update in each user.
Returns
The updated users.
update(data, sharedContext?): Promise<UserDTO>
This method updates an existing user.
Example
Parameters
The attributes to update in the user.
Returns
The updated user.
Was this section helpful?