get_user
Retrieve a user's details by ID to see their role, status, and campaign access.
Instructions
Get a single user by ID.
Retrieves detailed information about a specific user including their role, status, and campaign access.
Args: user_id: The AgencyAnalytics user ID
Returns: JSON object with user details
Examples: - get_user(user_id=456) - Get user with ID 456
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |