<!DOCTYPE html>
<html>
   <head>
      <title>Title of the document</title>
      <style>
         /* Add hover styles */
         button:hover {
            background-color: #00BFF0;
         }
         button {
            background-color: #0E48B9;
            /* Remove the border */
            border: none; 
            /* Center the text */
            display: flex;
            align-items: center;
            justify-content: center;

         }
      </style>
   </head>
   <body>
      <form action="https://servicechannel.atlassian.net/wiki/spaces/SCUCP/pages/619184861/Deactivating+Users+and+Managing+Inactive+Users" method="get" target="_blank">
         <button type="submit"
         style="
         font-family: 'Myriad Pro'; 
         color:#FFFFFF;
         font-style: normal;
         font-weight: 600;
         font-size: 18px;
         line-height: 22px; 
         width: 152 px;
         height: 41px; 
         /* Remove box-shadow */
         cursor: pointer;
         border-radius:15px;
         /* Add hover style */
         "
         >Go to Info for Companies out of US & Canada</button>
      </form>
   </body>
</html>


The User Management section allows you to deactivate users, for example, when a user no longer works for your company or to restrict a user's access to the ServiceChannel platform. After a user is deactivated, you can still edit their profile and send them an email.

Deactivating Users

In User Management, you can deactivate a user either from the users list or within a user profile.

Keep in mind that deactivated users don't receive an email alert. To notify the users, you may contact them by sending an email right from the User Management section.

Deactivating a Single User

  1. On the main User Management screen, select the user by checking the box to the left of their photo.
  2. In the bottom right corner, select Deactivate from the Action drop-down list, and click Submit.

  3. Click Confirm. The selected user is now deactivated.

    Alternatively, you may deactivate a user by clicking their name and clicking the Deactivate button from their user profile.


Deactivating Multiple Users

You can also deactivate multiple users at once.

  1. On the main User Management screen, select desired users by checking the boxes to the left of their photos.
  2. In the bottom right corner, select Deactivate from the Action dropdown, and click Submit.
  3. Click Confirm. The selected users are now deactivated.

Managing Inactive Users

You can update an inactive user's profile, send them an email, and reactivate them back.

  1. In the User Management section, select Inactive on the filters panel. The list of inactive users opens.
  2. Select a user that you want to reactivate by checking the box to the left of their photo.
  3. In the bottom right corner, select Reactivate from the Action dropdown, and click Submit.
  4. Click Confirm. The selected user is reactivated.