Funnelback will hit the 'listEntries?format=xml' endpoint, and consume what's returned to populate its collection.

NOTE: Passing a query parameter will dictate the format.

Intranet search results are reverse-proxied from that collection.

The available endpoints are...

/listEntries - This will return a users or buildings, UUID, Alias and Link to return all information about that user.
/uuidSearch/{uuid} - Where `uuid` is the UUID of the entity. Because we are searching by UUID, this will return 1 result.
/keywordSearch/{string} - where `keywordsearch` can be any string, try and use an email address or the full name of an entity. This will return 1 or more results.
Confluence page with the app design