ODBC guide

Read users by IDs


Reads multiple users by specifying a list of user IDs. This example demonstrates using the get_users_by_ids endpoint with the user_ids parameter.

SELECT * from get_users_by_ids
WITH(user_ids='1111,2222,3333')