pub async fn list_profiles(
__arg0: State<App>,
tn_id: TnId,
__arg2: OptionalRequestId,
__arg3: Query<ListProfilesQuery>,
) -> ClResult<(StatusCode, Json<ApiResponse<Vec<ProfileInfo>>>)>Expand description
GET /profile - List all profiles or search profiles Query parameters: type: Optional filter by profile type (“person” or “community”) search: Optional search term to filter profiles by id_tag or name limit: Results per page (default 20, max 100) offset: Pagination offset (default 0)