Skip to main content

Documentation Index

Fetch the complete documentation index at: https://algolia.com/llms.txt

Use this file to discover all available pages before exploring further.

This method is deprecated.
Requires Admin API key Since it can take a few seconds to get the data from the different clusters, the response isn’t real-time.

Usage

// Initialize the client
var client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));

// Call the API
var response = await client.GetUserIdAsync("uniqueID");

// print the response
Console.WriteLine(response);

See the full API reference

For more details about input parameters and response fields.
Last modified on March 12, 2026