Skip to main content

Entities API

The Entities API provides access to organizational entities such as people, teams, and other structured data within your Glean instance. Query and retrieve entity information to build directory services, organizational charts, and people-centric applications.

Use Cases

People Directory

Build employee directories and organizational charts by accessing people entities with their profiles, roles, and contact information.

Team Management

Retrieve team and organizational structure information to create team-based applications and workflow management tools.

Entity Search

Search across different entity types to find people, teams, and other organizational resources for integration into your applications.

API Endpoints

MethodEndpointPurpose
POST/rest/api/v1/listentitiesList entities
List some set of details for all entities that fit the given criteria and return in the requested order. Does not support negation in filters, assumes relation type EQUALS. There is a limit of 10000 entities that can be retrieved via this endpoint.
POST/rest/api/v1/peopleRead people
Read people details for the given IDs.