Update a user

PUT https://{controlplane_path}/api/1/rest/public/users/{email}

Updates the user account associated with the specified email address. In Admin Manager, Environment admins can update app access and authentication methods for multiple users at the same time. They can also select a single user to update their role, app access, or authentication method.

Prerequisites

  • Environment (Org) admin permissions

Path Parameters

Key Description
email Required. The email address of the user.

Query Parameters

None.

Request Body

 {
  "first_name" : "...",
  "last_name" : "...",
  "allow_password_login" : true,
  "revoke_old_password" : true,
  "utility" : true,
  "ui_access" : true,
  "created_by" : "...",
  "certificate" : "...",
  "file_handle" : "..."
}
Key Type Description
first_name string The first name of the user.
last_name string The last name of the user.
allow_password_login Boolean If true, the user is allowed to log in with a password.
revoke_old_password Boolean If true, the user's password is invalidated.
utility Boolean If true, the account is tagged as a service account, not a user account, for use with automated processes.
ui_access Boolean If true, the user is granted access to the SnapLogic UI.
created_by string The user who originally created the account, if it is a service account.

Learn more: Creating a User

certificate string
file_handle string