Guru's Verification engine ensures consistency, confidence, and trust in the knowledge your organization shares. Learn more.

Access to Magine Pro Console

Please provide us with the email addresses of your employees who need access to the console. For security reasons, we will only accept personal company email addresses (no shared accounts, e.g. @gmail.com, @hotmail.com, etc).

We will then create accounts for them and give them the correct access rights. At the moment you can choose between these access rights:

  • Admin (access to all sections)
  • Content Operator (only access to content section)
  • Agent (only access to User and Commercial section)

Your employees will receive an email with a link to confirm their account. Please follow the link to the Magine Pro console and reset the password.

If an employee is requesting access, we will double-check with our designated contact and confirm the account creation. The follow these steps:

  • Login to Auth0, https://manage.auth0.com/dashboard/eu/magine/users
  • Click Create User from the top right corner
  • Enter email and a temporary password (it will be changed by the user later)
  • After this is done, head to the App Metadata (app_metadata) section for the user and add the JSON code for their access and which partner they belong to (see Examples in the end of this document if needed).
  • The user is now created and should have received a verification email but you might want to inform them anyway.

If the email added as user is from a new domain that we havent had before, it needs to be whitelisted. That can be found here:

  • Head to Action -> Library and click on Email Domain Whitelist
  • Under "const Whitelist" section, simply add the domain and leave a comment whom it belongs to.
  • Note that if you add in the the middle of the section, don't forget to add a comma (,) at the end of the line (before the comment) as every line (except the last) needs to end with a comma.

Example JSON for full access:

{

"partners": [

{

"id": "PARTNER_ID"

}]

}

Example JSON for Content Operator:

{

"contentOperator": true,

"partners": [

{

"id": "PARTNER_ID"

}]

}

Example JSON for an Agent:

{

"agent": true,

"partners": [

{

"id": "PARTNER_ID"

}]

}

You must have Author or Collection Owner permission to create Guru Cards. Contact your team's Guru admins to use this template.