litmos_get_user
Retrieve a Litmos user's full profile by encrypted ID, including personal details, access level, and custom fields.
Instructions
Retrieve the full profile for a single Litmos user by their encrypted ID.
Args: params: UserIdInput with: - user_id (str): Litmos encrypted user ID
Returns: str: JSON object with full user profile including Id, UserName, FirstName, LastName, Email, AccessLevel, Active, LastLogin, JobTitle, ExternalEmployeeId, CustomField1-10, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |