Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

GOCDB/PI/get project contacts

From EGIWiki
< GOCDB‎ | PI
Revision as of 16:14, 5 November 2013 by Jamesm (talk | contribs) (→‎parameters)
Jump to navigation Jump to search
Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


GOC DB menu: Home Documentation Index


Method: get_project_contacts

Description Returns a list of persons (and associated info) having a role over a project.
Protection Level Protected (level 2)

Entry point

parameters

parameter effect format/value(s) default example
project Limit results to users with a role over a specified project any project name any ?method=get_project_contacts&project=EGI

Output Example

<?xml version="1.0"?>
<results>
<PROJECT NAME="EGI">
    <CONTACT USER_ID="1484G0" PRIMARY_KEY="1484G0">
    <FORENAME>David</FORENAME>
    <SURNAME>Meredith</SURNAME>
    <TITLE>Dr.</TITLE>
    <EMAIL>david.meredith@stfc.ac.uk</EMAIL>
    <TEL>+44 1925 603762</TEL>
    <WORKING_HOURS_START/>
    <WORKING_HOURS_END/>
    <CERTDN>/C=UK/O=eScience/OU=CLRC/L=DL/CN=david meredith</CERTDN>
    <ROLE_NAME>COD Staff</ROLE_NAME>
</PROJECT>
</results>

Back to GOCDB technical Documentation main page