Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Filtering Threads by User
identifier = "ORIGINAL_USER_ID" new_user = await client.api.create_user(identifier=identifier)
const userIdentifier = 'foobar'; const participantId = await client.api.getOrCreateUser(userIdentifier);
Was this page helpful?