Get a 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.

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
}