# ai_mentor_orgs_users_free_usage_count_retrieve Retrieve the count of free usage credits available to a user. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user to check free usage for. Returns: Response: The count of free usage credits available. Raises: NotFound: If the specified user does not exist. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/free-usage-count Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `count` (integer, required)