getPersonInfoBasic sample API Call
Example Request getPersonInfoBasicPersonId
- Input: single Person ID
URL for use via HTTP request after Digest Authentication is performed:\
https://mc-api.manuscriptcentral.com/api/s1m/v3/person/basic/personids/search?site_name=salesdemoplus&locale_id=1&ids='120448478'&_type=xml&is_deleted=true
Example Response: getPersonInfoBasicPersonId
- The response provides basic 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>d222415d-60e0-4ce8-968c-9d686a3b83e4</callId>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="personInfoBasicByPersonIdOutput">
<accountCreatedDate>2024-05-29T09:19:55Z</accountCreatedDate>
<accountDeletedDate>2024-05-29T09:24:03Z</accountDeletedDate>
<activeFlag>1</activeFlag>
<firstName>Omegon</firstName>
<gdprRemovedFlag>false</gdprRemovedFlag>
<lastName>Alpha</lastName>
<localeId>1</localeId>
<membershipStatus>Active</membershipStatus>
<orcidId>0000-0002-7004-7008</orcidId>
<orcidAccessToken>77df2016-700d-4cd1-8717-5f5928824350</orcidAccessToken>
<orcidScope>[/authenticate, /read-limited, /activities/update, /person/update]</orcidScope>
<orcidTokenType>bearer</orcidTokenType>
<orcidValidation>true</orcidValidation>
<personId>120448478</personId>
<primaryEmailAddress>[email protected]</primaryEmailAddress>
<ssoStatusId>2</ssoStatusId>
<ssoStatusName>ELIGIBLE-NEVERLINKED</ssoStatusName>
<userId>[email protected]</userId>
</result>
</Response>Updated 5 months ago
