Shift admin email intertek

You want to know how to shift the admin email for Intertek.

To shift the admin email for Intertek, you'll need to follow these steps:

Method 1: Using the Intertek Portal

  1. Log in to the Intertek portal using your credentials.
  2. Click on your profile picture or username in the top right corner, then select "My Profile" from the dropdown menu.
  3. Scroll down to the "Contact Information" section.
  4. Click on the "Edit" button next to "Email Address".
  5. Enter the new email address you want to use as the admin email.
  6. Click "Save Changes" to update your email address.

Method 2: Using the Intertek API

If you have access to the Intertek API, you can use the following endpoint to update the admin email:

PUT /api/v1/users/{userId}/email

Replace {userId} with the actual user ID of the admin account you want to update.

In the request body, include the new email address in the following format:

{
  "email": "[email protected]"
}

Make sure to replace [email protected] with the actual email address you want to use.

Important Notes

If you have any further questions or concerns, feel free to ask!