Get user by ExternalGuid (GET)
This API allows you to search for a specific user in the Alumni platform by using their unique identifier in other platforms.
Call
External unique identifiers can be added to the alumni platform to work together with the userResourceGuidd, allowing other systems to use their own identifiers when communicating with the alumni APIs. In this call, it is possible to use this external unique identifier to search for a specific user.
Notes
- The field with the key externalGuid (customers’ unique identifier) must be configured in the field manager as “API exposed”. The description of the field can be different.
Response
This API will return a specific user’s schema, in JSON, with all their information.
Example
{
"userResourceGuid": "83aeaa6f-1f00-492e-8463-52aa1b7c3d72",
"firstName": "John",
"lastName": "Doe",
"...",
"connectWithLinkedin": true
}
*Use gateway-us for the United States region and gateway-uk for the UK region. For the Frankfurt region, simply use gateway.
Expected return
User information on the profile, approval status, signup date, status (active, inactive, deactivated), user type, user ResourceGuid, CRM, and custom fields.
Updated 19 days ago