Docs Menu
API Developer Guide / middleware / pub / security / flow / updateUserFlow

Service: updateUserFlow

This service allows the update of user information in the system.

Input Parameter:

Name Type Description
*payload: Document User Information
userid: String User ID of user
isAdmin: Boolean Is user the admin
isDeveloper: Boolean Is user the developer
groups: String Array Group associated with user
email: String Email of the user
name: String Name of the user

Output Parameter:

Name Type Description
status: Boolean A boolean value indicating the status of the operation, where true represents success.