Skip to main content

Update Single User Information

Description:

Allows the Ciso to update the details of a single user.

Note: The Ciso can only update a user from his company.

Route:

PUT: api/ciso/company/users/:id

Inputs to Update:

  • name
    • type: string.
  • password
    • type: string.
  • email
    • type: string.
  • image
    • type: string.

Output:

The returned data is the values that were modified.