System Actions
/
Authorization Action

Save User

Save User

The Save User action is an idempotent operation used to create a user in the system or update an existing user; that is, when the same user information is sent again, the system does not create duplicate records, but updates the existing record. This action securely stores the user's basic information (name, email, username, password, etc.), their relationships with assigned roles, and application-specific settings such as the main screen they will be directed to upon first login. Technically, this process usually involves creating a record in the main table named Users or updating an existing record, while relational information such as roles is managed in related tables such as UserRoles or similar; application settings can be stored in separate tables such as UserSettings or Preferences, depending on the system design. The difference from the Create User action is that, unlike Create User, which focuses only on creating a new record, Save User has both creation and update capabilities, making it a more flexible and secure option for user management in repetitive scenarios.

Technical Features

  • User Information Update: Information such as user name, first name, last name, and phone number can be updated.
  • Create New User: A user who is not previously registered in the system can be created.
  • Role Assignment: One or more roles can be assigned to a user.
  • First Screen Redirection: The first screen to be displayed after login can be dynamically defined.
  • Notification and Security Settings: Email delivery and two-factor authentication preferences can be specified.
  • Web & Mobile Compatible: The Save User action works seamlessly on both web and mobile platforms.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar