litmos_search_users
Search for Litmos users by name, email, username, or company to retrieve user IDs for accessing individual training data.
Instructions
Search for Litmos users by name, email, username, or company.
Returns a list of matching users with their IDs. Use the returned Id values with other tools to retrieve training data for specific individuals.
Args: params: UserSearchInput with: - search (str): Search string (name, email, username, company)
Returns: str: JSON array of matching users: [{"Id": str, "UserName": str, "FirstName": str, "LastName": str}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |