Get identities
Retrieve a paginated list of identities. Each identity exposes linkedinAccess (LinkedIn capabilities such as salesNav) and linkedinSearchEnabled (whether it can run AI Finder LinkedIn searches). Use linkedinSearchEnabled=true to list the identities you can pass as identityId to POST /v1/ai-finder/previews to run an identity-scoped LinkedIn list.
Responses include direct Enginy app URLs when available. Each identity response includes an appUrl that opens the identity in Enginy. MCP agents should return those URLs to users whenever they are present in the response.
Required scope:
IDENTITIES_READRate limit: 100 requests per minute
Authorizations
Query Parameters
Page number for pagination. Minimum value is 1. Defaults to 1.
Number of items per page. Minimum is 1, maximum is 100. Defaults to 25.
Search term to filter identities by name (case-insensitive).
Filter identities by whether they can run AI Finder LinkedIn searches. true returns only identities with Sales Navigator access and valid LinkedIn credentials (the ones eligible to pass as identityId to POST /v1/ai-finder/previews); false returns the rest.
true, false