Skip to main content

4.1. User - Profile management [canceled]

Id 4.1.
Description As a Generic User

I need to be able to update my personal information

So that my information stays accurate and up to date
Priority High
Actors User
API Calls N/A
Linked Processes
Status Canceled - We don't keep personal information that would need to be updated

Preconditions

  1. The User must be authenticated.

Postconditions

  1. The System returns the updated user information.

Main flow

  1. The User triggers an update of his profile user the APIs (PUT/PATCH).
  2. The system returns the update user information.

Exceptions

[400 Bad Request] Invalid input:

If mandatory fields are missing or invalid, the system returns an error message.

[500 Internal Server Error] System Error

If the system fails to save changes due to an internal error, it displays an appropriate message and logs the error for further investigation.