getPersonInfoFull sample API Call
Example Request getPersonInfoFullPersonId
- Input: single Peson ID
URL for use via HTTP request after Digest Authentication is performed:
https://mc-api.manuscriptcentral.com/api/s1m/v7/person/full/personid/search?site_name=salesdemoplus&locale_id=1&ids='68629402'&_type=xml&is_deleted=true
Example Response: getPersonInfoFullPersonId
- The response provides detailed information about a person/user record on a site's short name.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
<status>SUCCESS</status>
<callId>25bbfaae-1ee7-415c-9820-6c25f2bf7550</callId>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="personInfoFullByPersonIdOutput">
<accountCreatedDate>2019-03-07T03:42:01.179-05:00</accountCreatedDate>
<accountFlags>none</accountFlags>
<activeFlag>true</activeFlag>
<attributes>
<attributeId>18537444</attributeId>
<attributeName>Biological SciencesTEST</attributeName>
<attributeTypeId>12317</attributeTypeId>
<attributeTypeName>Keywords</attributeTypeName>
</attributes>
<attributes>
<attributeId>18537456</attributeId>
<attributeName>Neurosciences</attributeName>
<attributeTypeId>12317</attributeTypeId>
<attributeTypeName>Keywords</attributeTypeName>
</attributes>
<attributes>
<attributeId>24546236</attributeId>
<attributeName>Chemical Synthesis Program </attributeName>
<attributeTypeId>15752</attributeTypeId>
<attributeTypeName>Classification</attributeTypeName>
</attributes>
<attributes>
<attributeId>24546262</attributeId>
<attributeName>Chemical Structure, Dynamics and Mechanisms Program </attributeName>
<attributeTypeId>15752</attributeTypeId>
<attributeTypeName>Classification</attributeTypeName>
</attributes>
<comments></comments>
<degree></degree>
<departments>
<address1>Seoul</address1>
<address2></address2>
<address3></address3>
<affiliationOrderNumber>1</affiliationOrderNumber>
<city>Seoul</city>
<country>Korea (the Republic of)</country>
<countryCode>KR</countryCode>
<department>219107560</department>
<fax></fax>
<institution>Clarivate University</institution>
<phone1></phone1>
<phone2></phone2>
<postalCode>03142</postalCode>
<roomOrSuite></roomOrSuite>
<title></title>
</departments>
<firstName>Soyoung</firstName>
<fullAddress>Seoul Seoul Korea (the Republic of) 03142</fullAddress>
<fullName>Miss Soyoung Ham</fullName>
<galleyDelivery>null</galleyDelivery>
<initials></initials>
<lastModifiedDate>2021-03-02T12:33:50.954-05:00</lastModifiedDate>
<lastName>Ham</lastName>
<localeId>1</localeId>
<marketingPreference>No</marketingPreference>
<marketingPreferenceDate>2021-03-02T12:33:50.908-05:00</marketingPreferenceDate>
<membershipStatus>Active</membershipStatus>
<middleName></middleName>
<ORCIDAccessToken>02676bfe-805d-4780-8e42-04ceed422dbf</ORCIDAccessToken>
<ORCIDId>0000-0002-7069-0989</ORCIDId>
<ORCIDIdValidation>true</ORCIDIdValidation>
<ORCIDRefreshToken>45bc0a9a-8ff7-4c8e-b7e0-d31dde4b7f0a</ORCIDRefreshToken>
<ORCIDScope>[/authenticate]</ORCIDScope>
<ORCIDTokenType>bearer</ORCIDTokenType>
<personId>68629402</personId>
<personRoles>
<roleId>36479</roleId>
<roleName>Author</roleName>
<roleType>AUTHOR</roleType>
<roleTypeId>1</roleTypeId>
<siteShortName>salesdemoplus</siteShortName>
</personRoles>
<personRoles>
<roleId>36480</roleId>
<roleName>Reviewer</roleName>
<roleType>REVIEWER</roleType>
<roleTypeId>2</roleTypeId>
<siteShortName>salesdemoplus</siteShortName>
</personRoles>
<primaryCCEmailAddress></primaryCCEmailAddress>
<primaryEmailAddress>[email protected]</primaryEmailAddress>
<salutation>Miss</salutation>
<signature></signature>
<ssoStatusId>2</ssoStatusId>
<ssoStatusName>ELIGIBLE-NEVERLINKED</ssoStatusName>
<suffix></suffix>
<unavailableExemptionName>None</unavailableExemptionName>
<unavailableReason></unavailableReason>
<userId>[email protected]</userId>
</result>
</Response>Updated 5 months ago
