KBA-01836: Acquiring the GUID Key for a Contact

Question:

I am writing a workflow script and need to add the key for a person in my ATC: command. How do I find this information?

Answer:

There are two ways to get the key for a particular person, who is a Contact in your Spitfire site. One method involves the Contact Information Card. The other the method involves the Inspector.

To use the Contact Information Card to get the user key (GUID):

  1. Open the Contact Information Card for the Contact from any place that offers it, for example:
    1. By clicking the icon at the end of a field
    2. By clicking on the name of a Contact on the Project Team list.
  2. Click the Details icon on the Contact Information Card.
  3. Copy the key from the end of the browser address.

To use the Inspector to get the user key (GUID) :

  1. Go to the Contact Dashboard and find this person’s name.
  2. Click on the white space on the Contact’s row then right-click your mouse to display a menu.
  3. Click on the Inspect option to open the Inspector.
  4. Look for a highlighted row that begins with <td> and click the arrow to expand it.
    Note: you can and may need to arrange the sections of your window in order to better see the section with this code.
  5. Look for the Contact’s name. Right before the name you should find data-pv=.  What follows inside the quote marks is the GUID key that you need for your ATC: command.
  6. Copy that data into your clipboard, from where you will be able to copy it onto your workflow script.
  7. To get out of the Inspector, click the X at the upper right-hand corner.

KBA-01836; Last updated: December 20, 2022 at 14:12 pm